Skip to content

Commit

Permalink
comment out admin route
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPawlett committed May 4, 2020
1 parent 978c443 commit 7a597d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ http {
proxy_pass http://web-gateway;
}

location /admin {
proxy_pass http://admin-gateway;
}
# location /admin {
# proxy_pass http://admin-gateway;
# }

error_page 500 502 503 504 /50x.html;
location = /50x.html {
Expand Down

0 comments on commit 7a597d0

Please sign in to comment.