Skip to content

Commit 9e72ae0

Browse files
authored
Merge pull request #415 from catchsudheera/master
Update the server_name for uptime-kuma subdomain from uptime.* to uptime-kuma.*
2 parents d57ea6c + 6f8817d commit 9e72ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uptime-kuma.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server {
55
listen 443 ssl;
66
listen [::]:443 ssl;
77

8-
server_name uptime.*;
8+
server_name uptime-kuma.*;
99

1010
include /config/nginx/ssl.conf;
1111

0 commit comments

Comments
 (0)