stanley-king 2 years ago
parent
commit
dcdd0ead5f
1 changed files with 1 additions and 1 deletions
  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;