health check on port 444
This commit is contained in:
parent
312ba536d9
commit
c992657f05
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# vim: ft=nginx
|
# vim: ft=nginx
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server proxy_protocol;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
set_real_ip_from 10.0.0.0/8;
|
set_real_ip_from 10.0.0.0/8;
|
||||||
|
|
|
@ -13,6 +13,7 @@ http {
|
||||||
include server-base.conf;
|
include server-base.conf;
|
||||||
|
|
||||||
listen 443 default proxy_protocol;
|
listen 443 default proxy_protocol;
|
||||||
|
listen 444 default;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate ./stack/ssl.cert;
|
ssl_certificate ./stack/ssl.cert;
|
||||||
|
|
Reference in a new issue