caddy
This commit is contained in:
parent
39ecd971dc
commit
236619cd42
2 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,7 @@ there's a matrix bot at n/quotes-bot and a very WIP rewrite in python at n/quote
|
||||||
|
|
||||||
# docs & running
|
# docs & running
|
||||||
|
|
||||||
see the [doc directory](/doc) for documentation, it also has an example nginx config,
|
see the [doc directory](/doc) for documentation, it also has an example nginx and caddy config,
|
||||||
and you can also run the app using [./scripts/run.sh](./scripts/run.sh) to match that config - but don't run it using
|
and you can also run the app using [./scripts/run.sh](./scripts/run.sh) to match that config - but don't run it using
|
||||||
the run.sh as the first run.
|
the run.sh as the first run.
|
||||||
|
|
||||||
|
|
4
doc/Caddyfile
Normal file
4
doc/Caddyfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
https://quotes.example.com {
|
||||||
|
tls alice@example.com
|
||||||
|
reverse_proxy http://127.0.0.1:19721
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue