nsite-ts/Caddyfile
2025-04-05 17:06:53 +01:00

9 lines
170 B
Caddyfile

#{
# email your-email@example.com
#}
# This will match example.com and all its subdomains (*.example.com)
example.com, *.example.com {
reverse_proxy nsite:3000
}