-
Notifications
You must be signed in to change notification settings - Fork 9
Caddy Examples
DevilsCoder edited this page Oct 25, 2023
·
5 revisions
sub.domain.com {
reverse_proxy 127.0.0.1:8096
tls {
dns cloudflare cloudflare-api
}
}
Save as Caddyfile
files.domain.com {
reverse_proxy 127.0.0.1:8484
tls {
dns cloudflare cloudflare-api
}
}
Save as Caddyfile
subdomain.duckdns.org {
reverse_proxy 127.0.0.1:8096
}
Save as Caddyfile
subdomain.duckdns.org {
reverse_proxy 127.0.0.1:8484
}
Save as Caddyfile
sub.yourdomain.com {
root C:\directory\wheres-your-wordpress-root-is\yourdomain
php_fastcgi 127.0.0.1:9000
file_server
encode gzip
}
Save as Caddyfile