Procházet zdrojové kódy

maxkey nginx.conf fix

MaxKey před 2 roky
rodič
revize
775bae2a23
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      maxkey-web-frontend/maxkey-web-app/nginx.conf

+ 2 - 1
maxkey-web-frontend/maxkey-web-app/nginx.conf

@@ -7,7 +7,8 @@ server {
     location / {
         root   /usr/share/nginx/html;
         index  index.html index.htm;
-        try_files $uri $uri/ /index.html;
+		try_files $uri$args $uri$args/ /maxkey/index.html;
+        #try_files $uri $uri/ /index.html;
     }
 
     error_page   500 502 503 504  /50x.html;