We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_header
expires
1 parent 1dfa673 commit 0c68d52Copy full SHA for 0c68d52
files/etc/nginx/sites-enabled/server.conf
@@ -230,8 +230,8 @@ server {
230
231
add_header X-ImageProxy-Cache $upstream_cache_status;
232
add_header X-ImageProxy-Debug $debugkey;
233
+ expires 24h;
234
add_header Cache-Control "public";
- expires 12h;
235
236
image_filter_sharpen $sharpen;
237
image_filter_jpeg_quality $quality;
@@ -251,8 +251,8 @@ server {
251
252
253
254
255
256
257
258
0 commit comments