mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 18:34:29 -05:00
5eb3ff1598
applications/ configs/ lists/ wwwroot/
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
#<FilesMatch \.php$>
|
|
# SetHandler application/x-httpd-php
|
|
#</FilesMatch>
|
|
|
|
<FilesMatch \.php$>
|
|
SetHandler "proxy:fcgi://127.0.0.1:9000"
|
|
</FilesMatch>
|