mirror of
https://github.com/dockersrc/scripts
synced 2024-11-22 11:23:06 -05:00
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>
|