nsite-ts/Caddyfile

9 lines
170 B
Caddyfile
Raw Permalink Normal View History

2025-04-05 17:06:53 +01:00
#{
# email your-email@example.com
#}
# This will match example.com and all its subdomains (*.example.com)
example.com, *.example.com {
reverse_proxy nsite:3000
}