mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-14 12:43:18 +00:00
Update nginx.conf
This commit is contained in:
parent
061321ad1c
commit
100e729cc7
|
@ -15,8 +15,8 @@ server {
|
||||||
# of information.
|
# of information.
|
||||||
# access_log off;
|
# access_log off;
|
||||||
|
|
||||||
location /split {
|
location /split/ {
|
||||||
proxy_pass http://127.0.0.1:1234;
|
proxy_pass http://127.0.0.1:1234/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue