mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/xml;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
|
Loading…
Reference in a new issue