Исправления конфига nginx

This commit is contained in:
Book Pauk
2019-10-23 20:07:38 +07:00
parent a9b5e865a5
commit 3b848a5a86

View File

@@ -15,7 +15,7 @@ server {
gzip_types *; gzip_types *;
location /api { location /api {
proxy_pass http://localhost:44081; proxy_pass http://127.0.0.1:44081;
} }
location / { location / {
@@ -44,7 +44,7 @@ server {
gzip_types *; gzip_types *;
location /api { location /api {
proxy_pass http://localhost:44081; proxy_pass http://127.0.0.1:44081;
} }
location /tmp { location /tmp {