mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 09:57:40 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
7
configs/apache2/conf.d/php-fpm.conf
Normal file
7
configs/apache2/conf.d/php-fpm.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
#<FilesMatch \.php$>
|
||||
# SetHandler application/x-httpd-php
|
||||
#</FilesMatch>
|
||||
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:fcgi://127.0.0.1:9000"
|
||||
</FilesMatch>
|
Reference in New Issue
Block a user