Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 620a0bc

Browse files
authored
Merge pull request #1091 from oxyc/example-docs
Followup #1090: Use SetHandler in prod config example
2 parents 835988e + eaee8cb commit 620a0bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/prod/prod.config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ vagrant_hostname: "{{ drupal_domain }}"
88
apache_vhosts:
99
- servername: "{{ drupal_domain }}"
1010
documentroot: "{{ drupal_core_path }}"
11-
extra_parameters: |
12-
ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://127.0.0.1:9000{{ drupal_core_path }}"
11+
extra_parameters: "{{ apache_vhost_php_fpm_parameters }}"
1312

1413
# Since this will be a publicly-accessible instance of Drupal VM, make sure you
1514
# configure secure passwords, especially for Drupal and MySQL!

0 commit comments

Comments
 (0)