1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-29 06:10:42 +00:00

Add XML to gzip types in nginx

This commit is contained in:
Wesley Moore 2010-07-09 13:41:27 +10:00
parent 521bc06227
commit e20af15006

View file

@ -31,6 +31,7 @@ http {
keepalive_timeout 65;
gzip on;
gzip_types text/xml;
server {
listen 80;