mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-19 06:19:28 +08:00
Update nginx.conf
This commit is contained in:
parent
377703e911
commit
e01c18039c
@ -16,6 +16,7 @@ server {
|
|||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
proxy_pass http://unix:/dev/shm/Xray-VLESS-WSS-Nginx.socket;
|
proxy_pass http://unix:/dev/shm/Xray-VLESS-WSS-Nginx.socket;
|
||||||
|
proxy_redirect off;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user