You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/config.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -631,7 +631,7 @@ or the root domain:
631
631
listen 443 ssl http2;
632
632
server_name ntfy.sh;
633
633
634
-
# See https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6see https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6
634
+
# See https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6
635
635
ssl_session_timeout 1d;
636
636
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
637
637
ssl_session_tickets off;
@@ -698,7 +698,7 @@ or the root domain:
698
698
listen 443 ssl http2;
699
699
server_name ntfy.sh;
700
700
701
-
# See https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6see https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6
701
+
# See https://ssl-config.mozilla.org/#server=nginx&version=1.18.0&config=intermediate&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6
702
702
ssl_session_timeout 1d;
703
703
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
0 commit comments