5 lines
130 B
5 lines
130 B
1 year ago
|
<IfModule mpm_event_module>
|
||
|
<FilesMatch \.php$>
|
||
|
SetHandler "proxy:fcgi://127.0.0.1:9000"
|
||
|
</FilesMatch>
|
||
|
</IfModule>
|