Skip to content

Commit 8edabf6

Browse files
author
Marius Cramer
committed
Merge remote-tracking branch 'ispc/master'
Conflicts: server/conf/vhost.conf.master
2 parents c04e793 + 6ffc751 commit 8edabf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/vhost.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
<FilesMatch "\.php[345]?$">
312312
SetHandler php5-fcgi
313313
</FilesMatch>
314-
Action php5-fcgi /php5-fcgi
314+
Action php5-fcgi /php5-fcgi virtual
315315
Alias /php5-fcgi {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'}
316316
<tmpl_if name='use_tcp'>
317317
FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -host 127.0.0.1:<tmpl_var name='fpm_port'> -pass-header Authorization
@@ -338,7 +338,7 @@
338338
<FilesMatch "\.hh$">
339339
SetHandler hhvm-fcgi
340340
</FilesMatch>
341-
Action hhvm-fcgi /hhvm-fcgi
341+
Action hhvm-fcgi /hhvm-fcgi virtual
342342
Alias /hhvm-fcgi {tmpl_var name='document_root'}/cgi-bin/hhvm-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'}
343343
FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/hhvm-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -socket /var/run/hhvm/hhvm.<tmpl_var name='system_user'>.sock -pass-header Authorization
344344
</IfModule>

0 commit comments

Comments
 (0)