This commit is contained in:
Theodore Keloglou 2025-11-27 10:55:27 +01:00 committed by GitHub
commit c201e68694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
dist/nginx.conf vendored
View File

@ -31,8 +31,9 @@ server {
} }
server { server {
listen 443 ssl http2; listen 443 ssl;
listen [::]:443 ssl http2; listen [::]:443 ssl;
http2 on;
server_name example.com; server_name example.com;
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;