Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
Php last; seems to work equally well for WordPress and makes WP Super Cache behave nice on all posts and pages too :). Except the home page, that is. This results in no pages are handled by Super Cache because all requests with a GET parameter are being passed to WP Cache instead. Instead, the rule rewrite ^(. I found that the rule
rewrite ^(. Q=$1 last; adds a ‘q’ request parameter behind the scenes and although invisible for visitors browsing the site, it is seen by WP Super Cache in PHP mode.
Custom nginx error pages — digitalocean.