7 lines
91 B
Caddyfile
7 lines
91 B
Caddyfile
|
publapi.yourdomain.tld {
|
||
|
reverse_proxy localhost:3000
|
||
|
basicauth /signup
|
||
|
admin xxx
|
||
|
}
|
||
|
}
|