wrong caching settings
This commit is contained in:
parent
4d33028ed5
commit
79c950ff86
@ -10,11 +10,6 @@ server {
|
||||
|
||||
aio threads=default;
|
||||
|
||||
location ~* \.(jpg|jpeg|png|gif|ico)$ {
|
||||
expires 30d;
|
||||
add_header Cache-Control "public, no-transform";
|
||||
}
|
||||
|
||||
location / {
|
||||
aio threads=default;
|
||||
proxy_cache pipedapi;
|
||||
|
Loading…
Reference in New Issue
Block a user