Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
564b0827d0
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      examples/nginx_subpath/nginx.conf

+ 0 - 4
examples/nginx_subpath/nginx.conf

@@ -48,10 +48,6 @@ http {
             proxy_set_header Authorization $http_authorization;
             proxy_pass_header  Authorization;
 
-            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
-            proxy_set_header Host $host;
-            proxy_read_timeout 86400;
-
             proxy_pass http://app:8080/$1?$args;
             proxy_set_header X-Forwarded-Prefix /nicegui/$1/;
         }