This commit is contained in:
Michał Leszczyk 2022-05-25 15:11:05 +02:00
parent a4709cd6af
commit 9dacf07ef4
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ location / {
proxy_pass http://dashboard-v2:9000; proxy_pass http://dashboard-v2:9000;
} }
#location / {
# proxy_pass http://dashboard:3000;
#}
location /health { location /health {
proxy_pass http://accounts:3000; proxy_pass http://accounts:3000;
} }