Skip to content

Commit 0fe0b0c

Browse files
Merge pull request #1177 from hoho4190/fix-config-md
docs(config.md): remove duplicate comment
2 parents bad3ef4 + 5726f8e commit 0fe0b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ or the root domain:
631631
listen 443 ssl http2;
632632
server_name ntfy.sh;
633633

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
635635
ssl_session_timeout 1d;
636636
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
637637
ssl_session_tickets off;
@@ -698,7 +698,7 @@ or the root domain:
698698
listen 443 ssl http2;
699699
server_name ntfy.sh;
700700

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
702702
ssl_session_timeout 1d;
703703
ssl_session_cache shared:MozSSL:10m; # about 40000 sessions
704704
ssl_session_tickets off;

0 commit comments

Comments
 (0)