From eaee8cbafe477140ef974d9b1ead7ddcbd7dba0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Sch=C3=B6ldstr=C3=B6m?= Date: Thu, 29 Dec 2016 17:37:23 -0500 Subject: [PATCH] Followup #1090: Use SetHandler in prod config example [ci skip] --- examples/prod/prod.config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/prod/prod.config.yml b/examples/prod/prod.config.yml index 02155b96a..2924eb92a 100644 --- a/examples/prod/prod.config.yml +++ b/examples/prod/prod.config.yml @@ -8,8 +8,7 @@ vagrant_hostname: "{{ drupal_domain }}" apache_vhosts: - servername: "{{ drupal_domain }}" documentroot: "{{ drupal_core_path }}" - extra_parameters: | - ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://127.0.0.1:9000{{ drupal_core_path }}" + extra_parameters: "{{ apache_vhost_php_fpm_parameters }}" # Since this will be a publicly-accessible instance of Drupal VM, make sure you # configure secure passwords, especially for Drupal and MySQL!