This commit is contained in:
root 2023-01-27 23:36:26 +08:00
parent bde355072f
commit 3378813d96
11 changed files with 20 additions and 20 deletions

View file

@ -22,7 +22,7 @@ server {
client_max_body_size 80m;
location / {
proxy_pass http://127.0.1.1:3000;
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_redirect off;