feat: implement process management service and base application UI structure

This commit is contained in:
Ümit Tunç
2026-03-29 00:43:11 +03:00
parent a6887106da
commit bf99a4fb49
5 changed files with 55 additions and 7 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
location /{{HOST}}/ {
location ^~ /{{HOST}}/ {
alias "{{PATH}}/";
index index.php index.html;
autoindex on;
# Try the literal URI, then directory, then fallback to index.php
# Try the literal URI, then directory (checks for index), then fallback to root index.php
try_files $uri $uri/ /{{HOST}}/index.php?$query_string;
# PHP handling nested INSIDE the alias location to maintain context