fix: resolve 404 by setting nixpacks root and simplifying nginx config

This commit is contained in:
mstfyldz
2026-05-04 23:38:19 +03:00
parent 21b4188511
commit 3e3e327e03
2 changed files with 7 additions and 13 deletions

3
nixpacks.toml Normal file
View File

@@ -0,0 +1,3 @@
[variables]
NIXPACKS_PHP_ROOT_DIR = "/app"
NIXPACKS_PHP_FALLBACK_PATH = "/index.html"