Skip to content

Commit bd95906

Browse files
committed
Update vhost.conf.master
1 parent 4e5d3d1 commit bd95906

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
@@ -341,7 +341,7 @@
341341
<FilesMatch "\.php[345]?$">
342342
<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
343343
<If "-f %{DOCUMENT_ROOT} . '/' . %{REQUEST_URI}">
344-
SetHandler php5-fcgi
344+
SetHandler php5-fcgi
345345
</If>
346346
<tmpl_else>
347347
SetHandler php5-fcgi
@@ -352,7 +352,7 @@
352352
<FilesMatch "\.php[345]?$">
353353
<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
354354
<If "-f %{DOCUMENT_ROOT} . '/' . %{REQUEST_URI}">
355-
SetHandler php5-fcgi
355+
SetHandler php5-fcgi
356356
</If>
357357
<tmpl_else>
358358
SetHandler php5-fcgi

0 commit comments

Comments
 (0)