From e2d7db0d8d1f4465e5f139f09887b74033a63e07 Mon Sep 17 00:00:00 2001 From: hyh123a Date: Thu, 29 Jul 2021 15:40:04 +0800 Subject: [PATCH] modify the space --- nginx.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/nginx.conf b/nginx.conf index c8b63344..4dd30d38 100644 --- a/nginx.conf +++ b/nginx.conf @@ -45,11 +45,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; + } } @@ -73,12 +73,12 @@ http { root /usr/share/nginx/html; } - location /api { - proxy_pass http://127.0.0.1:8000/; - proxy_connect_timeout 75; - proxy_read_timeout 600; - send_timeout 600; - } + location /api { + proxy_pass http://127.0.0.1:8000/; + proxy_connect_timeout 75; + proxy_read_timeout 600; + send_timeout 600; + } }