scripts/configs/caddy/Caddyfile

8 lines
127 B
Caddyfile
Raw Normal View History

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