road to v1.2.1

This commit is contained in:
bunkerity
2020-12-06 22:22:58 +01:00
parent 78c1e5c676
commit f618c73e6c
21 changed files with 130 additions and 74 deletions

View File

@@ -9,3 +9,4 @@ ssl_session_cache shared:MozSSL:10m;
%STRICT_TRANSPORT_SECURITY%
%SSL_DHPARAM%
%SSL_CIPHERS%
%LETS_ENCRYPT_WEBROOT%

View File

@@ -0,0 +1,3 @@
location ^~ ^/.well-known/acme-challenge/ {
root /acme-challenge;
}