Changes
Page history
Update standalone
authored
Dec 09, 2021
by
bgm
Show whitespace changes
Inline
Side-by-side
standalone.md
View page @
28e78af8
...
...
@@ -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/;
...
...
...
...