/ wa.fo wip

This commit is contained in:
fro
2025-10-30 07:13:10 -05:00
parent fca714bb5e
commit ba164687c4

View File

@@ -38,8 +38,9 @@ server {
# * ➔ bare domain (https)
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
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;