add example caddyfile and systemd service
This commit is contained in:
6
examples/Caddyfile
Normal file
6
examples/Caddyfile
Normal file
@@ -0,0 +1,6 @@
|
||||
publapi.yourdomain.tld {
|
||||
reverse_proxy localhost:3000
|
||||
basicauth /signup
|
||||
admin xxx
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user