mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 03:00:11 +00:00
parent
fe5b05152c
commit
1834069f66
2 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,7 @@ server {
|
|||
proxy_temp_file_write_size 64k;
|
||||
}
|
||||
|
||||
location /packages/*.svg {
|
||||
location ~ ^/packages/.*\.svg {
|
||||
add_header Cache-Control no-cache;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,8 @@ server {
|
|||
proxy_temp_file_write_size 64k;
|
||||
}
|
||||
|
||||
location /packages/*.svg {
|
||||
|
||||
location ~ ^/packages/.*\.svg {
|
||||
add_header Cache-Control no-cache;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue