caddy/config/Caddyfile
Jason 461b98211f
🦈🏠🐜 Initial Commit 🐜🦈🏠
2022-02-14 16:43:50 -05:00

8 lines
110 B
Caddyfile

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