fro
2025-10-28 16:01:20 -05:00
parent a50d02290a
commit 037b6b8117

View File

@@ -26,11 +26,14 @@ server {
server { server {
listen 443 ssl http2; listen 443 ssl http2;
listen [::]:443 ssl http2; listen [::]:443 ssl http2;
http2 on;
ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem; ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem;
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;
add_header Strict-Transport-Security "max-age=63072000" always;
root /var/www/hw.op.fo; root /var/www/hw.op.fo;
index index.html; index index.html;
server_name hw.op.fo; server_name hw.op.fo;