add example caddyfile and systemd service

This commit is contained in:
2023-01-19 12:15:01 +05:30
parent 1daeeb74e1
commit 38ae5ad2c6
2 changed files with 22 additions and 0 deletions

6
examples/Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
publapi.yourdomain.tld {
reverse_proxy localhost:3000
basicauth /signup
admin xxx
}
}