diff --git a/myems-web/nginx.conf b/myems-web/nginx.conf index 1aa5df29..6fdd02be 100644 --- a/myems-web/nginx.conf +++ b/myems-web/nginx.conf @@ -47,11 +47,11 @@ http { } location /api { - proxy_pass http://127.0.0.1:8000/; - proxy_connect_timeout 75; - proxy_read_timeout 600; - send_timeout 600; - } + proxy_pass http://127.0.0.1:8000/; + proxy_connect_timeout 75; + proxy_read_timeout 600; + send_timeout 600; + } }