This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,18 @@ apache_vhosts:
8484
8585 - servername : " adminer.drupalvm.dev"
8686 documentroot : " /opt/adminer"
87+ extra_parameters : |
88+ ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/opt/adminer"
8789
8890 - servername : " xhprof.drupalvm.dev"
8991 documentroot : " /usr/share/php/xhprof_html"
92+ extra_parameters : |
93+ ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/usr/share/php/xhprof_html"
9094
9195 - servername : " pimpmylog.drupalvm.dev"
9296 documentroot : " /usr/share/php/pimpmylog"
97+ extra_parameters : |
98+ ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/usr/share/php/pimpmylog"
9399
94100apache_remove_default_vhost : true
95101apache_mods_enabled :
@@ -197,6 +203,7 @@ php_max_input_vars: "4000"
197203# to instead use Apache + mod_php with an Ubuntu base box, make sure you add
198204# libapache2-mod-php5 to `extra_packages` elsewhere in this config file.
199205php_enable_php_fpm : true
206+ php_fpm_listen : " 127.0.0.1:9000"
200207
201208composer_path : /usr/bin/composer
202209composer_home_path : ' /home/vagrant/.composer'
You can’t perform that action at this time.
0 commit comments