14 lines
194 B
Caddyfile
14 lines
194 B
Caddyfile
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
|