mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 03:55:02 +00:00
9 lines
170 B
Caddyfile
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
|
|
}
|