Removed gzip compression directives in favor of imported ones from flarum skeleton

pull/47/head
Alexander Skvortsov 2020-02-16 21:51:21 -05:00
parent da00260f7c
commit 4656381444
1 changed files with 0 additions and 23 deletions

View File

@ -29,29 +29,6 @@ http {
uwsgi_temp_path /tmp/uwsgi 1 2;
scgi_temp_path /tmp/scgi 1 2;
gzip on;
gzip_comp_level 5;
gzip_min_length 512;
gzip_buffers 4 8k;
gzip_proxied any;
gzip_vary on;
gzip_disable "msie6";
gzip_types
text/css
text/javascript
text/xml
text/plain
text/x-component
application/javascript
application/x-javascript
application/json
application/xml
application/rss+xml
application/vnd.ms-fontobject
font/truetype
font/opentype
image/svg+xml;
server {
listen <FLARUM_PORT>;
charset utf-8;