commit inicial
This commit is contained in:
13
files/Caddyfile
Normal file
13
files/Caddyfile
Normal 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
|
||||
Reference in New Issue
Block a user