Update nginx.conf

pull/200/head
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
1 changed files with 2 additions and 2 deletions

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