fix "duplicate MIME type "text/html" in /etc/nginx/sites-enabled/zammad.conf"
This commit is contained in:
parent
178d32754c
commit
99d2956d1f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ server {
|
|||
proxy_pass http://zammad;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/html text/plain text/xml text/css image/svg+xml application/javascript application/x-javascript application/json application/xml;
|
||||
gzip_types text/plain text/xml text/css image/svg+xml application/javascript application/x-javascript application/json application/xml;
|
||||
gzip_proxied any;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue