We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inside location you have put:
expired modified 30m; add_header "Cache-Control" "must-revalidate";
Wouldn't the following be better? add_header Cache-Control "max-age=1800, must-revalidate";
Inside location you have put:
expired modified 30m;
add_header "Cache-Control" "must-revalidate";
Wouldn't the following be better?
add_header Cache-Control "max-age=1800, must-revalidate";