mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update the server_name for uptime-kuma subdomain from uptime.* to uptime-kuma.*
This commit is contained in:
parent
d57ea6c47f
commit
6f8817df88
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ server {
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name uptime.*;
|
||||
server_name uptime-kuma.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue