Исправления конфига nginx
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user