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