Kevin преди 11 месеца
родител
ревизия
00150d3e1c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      nginx/conf.d/default.conf

+ 1 - 1
nginx/conf.d/default.conf

@@ -8,7 +8,7 @@ server {
             index  index.html index.htm;
         }
 
-        location /gw/ {
+        location /gw {
             proxy_set_header Host $http_host;
             proxy_set_header X-Real-IP $remote_addr;
             proxy_set_header REMOTE-HOST $remote_addr;