Update nginx.conf

This commit is contained in:
xqzr
2024-10-26 02:37:34 +08:00
committed by GitHub
parent 061321ad1c
commit 100e729cc7

View File

@@ -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;
}