Files
caddy/config/Caddyfile
T

8 lines
110 B
Caddyfile
Raw Normal View History

2022-02-14 16:43:50 -05:00
:80 {
root * /data/htdocs/www
file_server
#reverse_proxy localhost:8080
php_fastcgi localhost:9000
}