X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/22c56e55a0fde97621ef0e8b86b5be2122ae02a2..c13450d1cfe4faf9a229603bcbefb63b581bb4b6:/cookbooks/wordpress/templates/default/apache.erb diff --git a/cookbooks/wordpress/templates/default/apache.erb b/cookbooks/wordpress/templates/default/apache.erb index 0e0790fdb..8a8438c41 100644 --- a/cookbooks/wordpress/templates/default/apache.erb +++ b/cookbooks/wordpress/templates/default/apache.erb @@ -51,6 +51,7 @@ RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L] RewriteRule ^readme\.html$ [F,L] + RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] @@ -60,6 +61,9 @@ Require all granted + # https://www.wp-pay.org/http-authorization-header-missing/ + CGIPassAuth on + SetHandler "proxy:unix:/run/php/php-<%= @name %>-fpm.sock|fcgi://127.0.0.1"