feat: add Apache server support with configuration templates and IPC management logic
This commit is contained in:
@@ -5,6 +5,6 @@ Alias /{{HOST}} "{{PATH}}"
|
||||
Require all granted
|
||||
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:fcgi://127.0.0.1:{{PHP_PORT}}"
|
||||
SetHandler "proxy:fcgi://127.0.0.1:{{PHP_PORT}}/"
|
||||
</FilesMatch>
|
||||
</Directory>
|
||||
|
||||
Reference in New Issue
Block a user