Optimized webport and certbot_dns_api_token

This commit is contained in:
2025-07-15 15:04:27 +02:00
parent 959c48c1a1
commit bbabc58cf9
6 changed files with 16 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen {{ WEB_PORT }} ssl http2;
listen [::]:{{ WEB_PORT }} ssl http2;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ecdh_curve X25519:P-256;