Optimized debugging documentation and deprecated warning for openresty

This commit is contained in:
2025-08-06 14:18:32 +02:00
parent 7bc11f9b31
commit f88e57ca52
2 changed files with 110 additions and 2 deletions

View File

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