feat: implement project management and service orchestration architecture

This commit is contained in:
Ümit Tunç
2026-03-30 22:16:55 +03:00
parent 46beccc484
commit e22b1872f0
10 changed files with 441 additions and 21 deletions
+10
View File
@@ -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>