Update nginx.conf

pull/865/head
dami 9 hours ago
parent f82eaee49e
commit 7e4b603582
  1. 8
      plugins/openresty/conf/nginx.conf

@ -55,10 +55,10 @@ http
fastcgi_temp_file_write_size 256k;
fastcgi_intercept_errors on;
zstd on;
zstd_comp_level 6;
zstd_min_length 256;
zstd_types text/plain text/css text/xml text/javascript text/cache-manifest
#zstd on;
#zstd_comp_level 6;
#zstd_min_length 256;
#zstd_types text/plain text/css text/xml text/javascript text/cache-manifest
text/vtt text/x-component application/javascript application/json
application/ld+json application/xml application/xhtml+xml
application/rss+xml application/atom+xml application/manifest+json

Loading…
Cancel
Save