nginx: enable gzip
This commit is contained in:
parent
a5ddbe521f
commit
5e8acd1b37
@ -42,6 +42,9 @@
|
||||
root /srv/www.gebner.org;
|
||||
error_page 404 403 /404.html;
|
||||
|
||||
gzip on;
|
||||
gzip_types image/x-icon text/html image/svg+xml text/css;
|
||||
|
||||
access_log logs/website_access.log;
|
||||
|
||||
location / {
|
||||
|
Loading…
Reference in New Issue
Block a user