forked from wezm/wezm.net
Add XML to gzip types in nginx
This commit is contained in:
parent
521bc06227
commit
e20af15006
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ http {
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
|
gzip_types text/xml;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
Loading…
Reference in a new issue