mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
mis-configured gzip example (#397)
This commit is contained in:
parent
1f6d272f39
commit
4981109d2a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ server {
|
|||
|
||||
gzip on;
|
||||
gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;
|
||||
gzip_com_level 9;
|
||||
gzip_comp_level 9;
|
||||
|
||||
# Whitelist only index.php, robots.txt, and those start with public/ or api/
|
||||
if ($request_uri !~ ^/$|index\.php|robots\.txt|api/|public/) {
|
||||
|
|
Loading…
Reference in a new issue