This commit is contained in:
fro
2025-10-29 03:38:59 -05:00
parent 191d0ebe15
commit 4a84321e74

View File

@@ -18,7 +18,7 @@ server {
ssl_certificate_key /etc/nginx/acme.sh/op.fo/key.pem;
ssl_trusted_certificate /etc/nginx/acme.sh/op.fo/cert.pem;
server_name fw.op.fo;
server_name sc.op.fo;
return 301 https://fw.op.fo$request_uri;
}