feat: implement project management and service orchestration architecture
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Alias /{{HOST}} "{{PATH}}"
|
||||
<Directory "{{PATH}}">
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:fcgi://127.0.0.1:{{PHP_PORT}}"
|
||||
</FilesMatch>
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user