When restarting nginx on Dwellers, SELinux raised a permission denied
for /var/log/www/error.log. That file had the var_log_t context.
This was particulary a defect as roles/webserver-core/nginx/config
was applied immediately before the restart to prune OCSP config
and should have ensured the context of logs was correct:
selinux.fcontext_policy_applied isn't recursive by default.