Remove location in system configs.

Fixes #2346
This commit is contained in:
Donald Curtis 2015-01-03 20:45:58 -05:00
parent 203f2061c5
commit 6315eda0a7
2 changed files with 0 additions and 9 deletions

View file

@ -68,10 +68,6 @@ server {
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
}
location ~ ^/packages/.*\.svg {
add_header Cache-Control no-cache;
}
}

View file

@ -71,11 +71,6 @@ server {
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
}
location ~ ^/packages/.*\.svg {
add_header Cache-Control no-cache;
}
}