mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-02-23 15:39:28 +08:00
Update nginx.conf
This commit is contained in:
parent
061321ad1c
commit
100e729cc7
@ -15,8 +15,8 @@ server {
|
||||
# of information.
|
||||
# access_log off;
|
||||
|
||||
location /split {
|
||||
proxy_pass http://127.0.0.1:1234;
|
||||
location /split/ {
|
||||
proxy_pass http://127.0.0.1:1234/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user