Initial commit - SIG Bansos

This commit is contained in:
2026-06-13 11:51:34 +07:00
commit 534d2d926d
13 changed files with 1653 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[providers]
type = "php"
[phases.setup]
nixPkgs = ["php", "php82Extensions.mysqli", "php82Extensions.pdo", "php82Extensions.pdo_mysql"]
[phases.build]
cmds = []
[phases.install]
cmds = []
[start]
cmd = "php-fpm -D && nginx -g 'daemon off;'"