caddy/config/Caddyfile

8 lines
110 B
Caddyfile
Raw Normal View History

:80 {
root * /data/htdocs/www
file_server
#reverse_proxy localhost:8080
php_fastcgi localhost:9000
}