This commit is contained in:
Theodore Keloglou 2025-11-26 17:05:13 +00:00 committed by GitHub
commit d758cf83a9
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 {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
server_name example.com;
ssl_protocols TLSv1.2 TLSv1.3;