This commit is contained in:
fro
2025-10-28 15:33:30 -05:00
parent d57d4744ff
commit 0c21957213

View File

@@ -19,7 +19,7 @@ server {
ssl_certificate_key /etc/nginx/acme.sh/op.fo/key.pem; ssl_certificate_key /etc/nginx/acme.sh/op.fo/key.pem;
ssl_trusted_certificate /etc/nginx/acme.sh/op.fo/cert.pem; ssl_trusted_certificate /etc/nginx/acme.sh/op.fo/cert.pem;
server_name www.op.fo; server_name hw.op.fo;
return 301 $scheme://op.fo$request_uri; return 301 $scheme://op.fo$request_uri;
} }