stanley-king il y a 2 ans
Parent
commit
dcdd0ead5f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docker/compose/yl/conf/nginx/nginx_admin.conf

+ 1 - 1
docker/compose/yl/conf/nginx/nginx_admin.conf

@@ -86,7 +86,7 @@ http
         }
 
         location /redmine {
-            proxy_pass         http://docker.hostip:8080/;
+            proxy_pass         http://docker.hostip:8080;
             proxy_redirect     off;
 
             proxy_set_header   Host                 $host;