todo/Caddyfile
2022-05-02 17:14:58 +07:00

6 lines
73 B
Caddyfile

:80 {
root * /srv/public
file_server
php_fastcgi todo:9000
}