Browse Source

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

Book Pauk 5 years ago
parent
commit
3b848a5a86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/omnireader/omnireader

+ 2 - 2
docs/omnireader/omnireader

@@ -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 {