Also allow IPv4

This commit is contained in:
Stefan Bethke 2025-06-02 21:12:08 +02:00
commit 36273da78b
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
# https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1k&guideline=5.6
server {
listen [::]:443 ssl http2;
listen 443 ssl http2;
server_name dooris.ccchh.net;