From 0c7a84690fa36dc966ecd6c48b15147781aa952a Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 10 May 2026 16:59:49 -0400 Subject: [PATCH] Forgot to adjust server_name. --- app-configs/rinoa/swag/nginx/proxy-confs/dagu.subdomain.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-configs/rinoa/swag/nginx/proxy-confs/dagu.subdomain.conf b/app-configs/rinoa/swag/nginx/proxy-confs/dagu.subdomain.conf index 84b533d..ec4daae 100644 --- a/app-configs/rinoa/swag/nginx/proxy-confs/dagu.subdomain.conf +++ b/app-configs/rinoa/swag/nginx/proxy-confs/dagu.subdomain.conf @@ -8,7 +8,7 @@ server { listen [::]:443 ssl; # listen [::]:443 quic; - server_name webhook.*; + server_name cron.*; include /config/nginx/ssl.conf;