From 23f9844ae66dd26bff9e354b05b098d86c5a6245 Mon Sep 17 00:00:00 2001 From: Gideon Shaked <46572680+The-Kid-Gid@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:09:18 -0500 Subject: [PATCH] Update statping.subdomain.conf.sample --- statping.subdomain.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/statping.subdomain.conf.sample b/statping.subdomain.conf.sample index 64b2e00..f2a78b6 100644 --- a/statping.subdomain.conf.sample +++ b/statping.subdomain.conf.sample @@ -1,11 +1,12 @@ # make sure that your dns has a cname set for statping and that your statping container is not using a base url -# the default url is status.yourdomain.tld, but you can change it to whatever you want +# If you are using the SSL docker-compose.yml on the statping repo, then the container name will be set to statup. +# On other compose examples, it might be named statping. In that case, change $upstream_statping statup to $upstream_statping statping server { listen 443 ssl; listen [::]:443 ssl; - server_name status.*; + server_name statping.*; include /config/nginx/ssl.conf;