fixc
This commit is contained in:
@@ -13,6 +13,8 @@ server {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Upgrade $http_upgrade; # Forward Upgrade header
|
||||
proxy_set_header Connection $http_connection; # Forward Connection header
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user