Merge 323d66f284 into 23a2c7d848
This commit is contained in:
commit
1b0ce87abc
1 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,9 @@ server {
|
|||
return 503;
|
||||
}
|
||||
|
||||
# Disable TLS Session resumption by default
|
||||
ssl_session_tickets off;
|
||||
|
||||
{{ if (and (exists "/etc/nginx/certs/default.crt") (exists "/etc/nginx/certs/default.key")) }}
|
||||
server {
|
||||
server_name _; # This is just an invalid value which will never trigger on a real hostname.
|
||||
|
|
|
|||
Loading…
Reference in a new issue