File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.19.5-1
4+
5+ * Change health check port from ` 18080 ` to ` 18081 ` .
6+
37## 1.19.5
48
59* Initial release.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ server {
5656## Logging
5757
5858To change how logging is configured, mount a file at ` /etc/nginx/log.conf ` :
59- ``` nginx
59+ ``` nginx
6060access_log off;
6161error_log off;
6262```
@@ -73,4 +73,4 @@ It's important to note that overriding this file will remove the current default
7373
7474## Health check
7575
76- A health check is available on port ` 18080 ` at ` /healthz ` .
76+ A health check is available on port ` 18081 ` at ` /healthz ` .
Original file line number Diff line number Diff line change 2525 include /etc/nginx/app.conf;
2626
2727 server {
28- listen 18080 default_server;
28+ listen 18081 default_server;
2929
3030 location /healthz {
3131 access_log off;
You can’t perform that action at this time.
0 commit comments