From 07e8995a0c9e4afc947f6419faeb09e7d264cd08 Mon Sep 17 00:00:00 2001 From: fro Date: Thu, 30 Oct 2025 12:42:48 -0500 Subject: [PATCH] / wa.fo wip --- cfg/ngx/wa.fo.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/ngx/wa.fo.conf b/cfg/ngx/wa.fo.conf index 9086c92..173fe16 100644 --- a/cfg/ngx/wa.fo.conf +++ b/cfg/ngx/wa.fo.conf @@ -17,9 +17,9 @@ server { listen [::]:443 ssl; http2 on; - ssl_certificate /etc/nginx/acme.sh/wa.fo/fullchain.pem; - ssl_certificate_key /etc/nginx/acme.sh/wa.fo/key.pem; - ssl_trusted_certificate /etc/nginx/acme.sh/wa.fo/cert.pem; + ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem; + ssl_certificate_key /etc/nginx/acme.sh/op.fo/key.pem; + ssl_trusted_certificate /etc/nginx/acme.sh/op.fo/cert.pem; server_name sc.op.fo; return 301 https://wa.fo$request_uri;