mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Update statping.subdomain.conf.sample
This commit is contained in:
parent
adc8c36703
commit
23f9844ae6
1 changed files with 3 additions and 2 deletions
|
@ -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
|
# 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 {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
server_name status.*;
|
server_name statping.*;
|
||||||
|
|
||||||
include /config/nginx/ssl.conf;
|
include /config/nginx/ssl.conf;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue