fix(CONFIG): change healthcheck port

This commit is contained in:
Asif Bacchus 2021-01-05 17:29:10 -07:00
parent 2301422842
commit 31bdf7b7f2

View File

@ -3,7 +3,7 @@
# #
server { server {
listen 80 default_server; listen 9000 default_server;
server_name _; server_name _;
location /nginx_status { location /nginx_status {