fix(CONFIG): change healthcheck port

This commit is contained in:
Asif Bacchus 2021-01-05 17:29:10 -07:00
parent 2301422842
commit 31bdf7b7f2
1 changed files with 1 additions and 1 deletions

View File

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