docs: reverse proxy example

This commit is contained in:
Greg Heartsfield
2022-01-15 11:41:31 -06:00
parent a3124ccea4
commit 24587435ca
2 changed files with 55 additions and 1 deletions
+7 -1
View File
@@ -44,7 +44,7 @@ https://hub.docker.com/repository/docker/scsibug/nostr-rs-relay
## Configuration
The sample `[config.toml](config.toml)` file demonstrates the
The sample [`config.toml`](config.toml) file demonstrates the
configuration available to the relay. This file is optional, but may
be mounted into a docker container like so:
@@ -58,6 +58,12 @@ $ docker run -it -p 7000:8080 \
Options include rate-limiting, event size limits, and network address
settings.
## Reverse Proxy Configuration
For examples of putting the relay behind a reverse proxy (for TLS
termination, load balancing, and other features), see [Reverse
Proxy](reverse-proxy.md).
License
---
This project is MIT licensed.