Update default

master
Edwin Lyon 3 years ago committed by GitHub
parent 9e97d12327
commit f15f891ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nginx/default

@ -29,6 +29,8 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
include /etc/nginx/snippets/ssl.conf;
add_header Strict-Transport-Security "max-age=31536000";
if ($host !~ ^(autoconfig.thelyoncompany.com|autodiscover.thelyoncompany.com|webmail.thelyoncompany.com|email.thelyoncompany.com|matrix.thelyoncompany.com|thelyoncompany.com)$ ) {
return 444;
}

Loading…
Cancel
Save