Caddy
An example Caddy V2 Caddyfile with reverse proxy
Last updated
Was this helpful?
An example Caddy V2 Caddyfile with reverse proxy
Last updated
Was this helpful?
Was this helpful?
mydomain.com {
root * C:\Caddy\www\organizr\html
php_fastcgi localhost:9000
rewrite /api/v2/* /api/v2/index.php?{query}
file_server
# Subdirectory
route /calibre/* {
uri strip_prefix /calibre
reverse_proxy localhost:9900
}
}
# Subdomain
tautulli.mydomain.com {
route {
reverse_proxy localhost:8181
}
}