mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +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
|
||
|
}
|