1
0
Fork 0
forked from wezm/wezm.net

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;