From c992657f05e198472c1176284efd242f05328d5d Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 21 Jan 2015 13:43:21 -0500 Subject: [PATCH] health check on port 444 --- conf/hosted-http-base.conf | 2 +- conf/nginx.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/hosted-http-base.conf b/conf/hosted-http-base.conf index 610994b08..95938c60c 100644 --- a/conf/hosted-http-base.conf +++ b/conf/hosted-http-base.conf @@ -1,7 +1,7 @@ # vim: ft=nginx server { - listen 80 default_server proxy_protocol; + listen 80 default_server; server_name _; set_real_ip_from 10.0.0.0/8; diff --git a/conf/nginx.conf b/conf/nginx.conf index a8e6e39fc..2afb59c23 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,6 +13,7 @@ http { include server-base.conf; listen 443 default proxy_protocol; + listen 444 default; ssl on; ssl_certificate ./stack/ssl.cert;