update secret engine port

This commit is contained in:
Maidul Islam
2023-07-12 16:39:45 -04:00
parent 1133ae4ae9
commit f022f6d3ee
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ server {
proxy_set_header Host $http_host;
proxy_set_header X-NginX-Proxy true;
proxy_pass http://git-app:3000/;
proxy_pass http://git-app:3005/;
proxy_redirect off;
# proxy_redirect http://localhost:8080/ http://frontend.example.com/;