commit inicial

This commit is contained in:
Mauro Torrez
2019-04-28 00:34:43 -03:00
parent 6a6d5a0dc1
commit 66577c3c82
4 changed files with 130 additions and 0 deletions

13
files/Caddyfile Normal file
View File

@@ -0,0 +1,13 @@
0.0.0.0
root /srv/app/
gzip
fastcgi /kanboard 127.0.0.1:9000 php
rewrite {
regexp .*
ext /kanboard
to /index.php?{query}
}
log stdout
errors stdout
on startup php-fpm --nodaemonize