wrong caching settings
This commit is contained in:
parent
79c950ff86
commit
80f7f6a563
@ -8,11 +8,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_pass $backend;
|
||||
|
Loading…
Reference in New Issue
Block a user