Browse Source

fixed forward prefix

Rodja Trappe 2 years ago
parent
commit
b673358316
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/nginx_subpath/nginx.conf

+ 1 - 1
examples/nginx_subpath/nginx.conf

@@ -50,7 +50,7 @@ http {
             proxy_pass_header  Authorization;
 
             proxy_pass http://app:8080/$1?$args;
-            proxy_set_header X-Forwarded-Prefix /nicegui/$1/;
+            proxy_set_header X-Forwarded-Prefix /nicegui/;
         }
     }
 }