From 6f8817df881d70b5cd83554a2575ea94bb6aade4 Mon Sep 17 00:00:00 2001 From: Sudheera Palihakkara Date: Tue, 4 Jan 2022 00:12:06 +0100 Subject: [PATCH] Update the server_name for uptime-kuma subdomain from uptime.* to uptime-kuma.* --- uptime-kuma.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma.subdomain.conf.sample b/uptime-kuma.subdomain.conf.sample index 08ddace..b7dbf0f 100644 --- a/uptime-kuma.subdomain.conf.sample +++ b/uptime-kuma.subdomain.conf.sample @@ -5,7 +5,7 @@ server { listen 443 ssl; listen [::]:443 ssl; - server_name uptime.*; + server_name uptime-kuma.*; include /config/nginx/ssl.conf;