modify the space

pull/56/head
hyh123a 2021-07-29 15:40:04 +08:00
parent 8513544e7d
commit e2d7db0d8d
1 changed files with 11 additions and 11 deletions

View File

@ -45,11 +45,11 @@ http {
} }
location /api { location /api {
proxy_pass http://127.0.0.1:8000/; proxy_pass http://127.0.0.1:8000/;
proxy_connect_timeout 75; proxy_connect_timeout 75;
proxy_read_timeout 600; proxy_read_timeout 600;
send_timeout 600; send_timeout 600;
} }
} }
@ -73,12 +73,12 @@ http {
root /usr/share/nginx/html; root /usr/share/nginx/html;
} }
location /api { location /api {
proxy_pass http://127.0.0.1:8000/; proxy_pass http://127.0.0.1:8000/;
proxy_connect_timeout 75; proxy_connect_timeout 75;
proxy_read_timeout 600; proxy_read_timeout 600;
send_timeout 600; send_timeout 600;
} }
} }