adapt nginx/lighttpd config to globeMil files
This commit is contained in:
@@ -21,7 +21,7 @@ location /INSTANCE/data/ {
|
||||
add_header Cache-Control "public, max-age=0";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
location ~ globe_.*\.binCraft$ {
|
||||
location ~ globe.*\.binCraft$ {
|
||||
gzip off;
|
||||
add_header Cache-Control "public, max-age=0";
|
||||
add_header Content-Encoding "gzip";
|
||||
|
||||
Reference in New Issue
Block a user