nginx: enable gzip

This commit is contained in:
Gabriel Ebner 2018-04-06 16:53:51 +02:00
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 / {