[nginx-reverseproxy] Trailing spaces…

certbot_on_virtu
_benjamin 2020-05-04 12:19:32 +02:00
parent 6eaf509ff3
commit cb6e858804
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ server {
# Keep the TCP connection open a bit for faster browsing
keepalive_timeout 70;
# Custom error page
error_page 500 502 503 504 /50x.html;
location = /50x.html {

View File

@ -3,7 +3,7 @@
ssl_certificate {{ nginx.ssl.cert }};
ssl_certificate_key {{ nginx.ssl.cert_key }};
ssl_session_timeout 1d;
ssl_session_cache shared:MozSSL:10m;
ssl_session_cache shared:MozSSL:10m;
ssl_session_tickets off;
ssl_dhparam /etc/letsencrypt/dhparam;
ssl_protocols TLSv1.2 TLSv1.3;