Change nginx status port to 18080 to avoid conflicts with port 8080
This commit is contained in:
parent
0d1dd32567
commit
3ef038c557
3 changed files with 5 additions and 5 deletions
|
|
@ -291,7 +291,7 @@ http {
|
|||
|
||||
# default server, including healthcheck
|
||||
server {
|
||||
listen 8080 default_server reuseport backlog={{ .backlogSize }};
|
||||
listen 18080 default_server reuseport backlog={{ .backlogSize }};
|
||||
|
||||
location /healthz {
|
||||
access_log off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue