Update nginx.conf

This commit is contained in:
xqzr 2024-10-26 02:37:34 +08:00 committed by GitHub
parent 061321ad1c
commit 100e729cc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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