Update standalone authored by bgm's avatar bgm
......@@ -158,10 +158,6 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains";
add_header X-Frame-Options SAMEORIGIN;
# Enable compression, this will help if you have for instance advagg module
# by serving Gzip versions of the files.
gzip_static on;
# Support for letsencrypt.org per https://tools.ietf.org/html/rfc5785.
location ^~ /.well-known/acme-challenge {
alias /var/www/dehydrated/;
......
......