Allow complete access to the dummy location for php-cgi handlers

This commit is contained in:
Daniel Berteaud 2017-07-06 19:04:55 +02:00
parent f950348e8a
commit 2e76904ff8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if ($fastcgi_mod eq 'mod_fastcgi'){
FastCgiIpcDir /var/run/mod_fastcgi
FastCgiWrapper Off
FastCgiConfig -idle-timeout 40 -maxClassProcesses 1
<Location /php-cgi-bin/php-wrapper>
<Location /php-cgi-bin/>
Allow from all
</Location>