This commit is contained in:
nyx 2025-02-01 14:30:00 -06:00
parent 39ecd971dc
commit 236619cd42
2 changed files with 5 additions and 1 deletions

View file

@ -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
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
the run.sh as the first run.

4
doc/Caddyfile Normal file
View file

@ -0,0 +1,4 @@
https://quotes.example.com {
tls alice@example.com
reverse_proxy http://127.0.0.1:19721
}