mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Clarify that electrs doesn't use HTTP
People seeing Nginx config may falsely assume electrs uses HTTP but it's not the case. Putting heads up about this may avoid future confusion. Closes #813
This commit is contained in:
parent
a3ecd9ce9b
commit
5de0f1e250
@ -76,6 +76,7 @@ Please read upgrade notes if you're upgrading to a newer version.
|
||||
|
||||
In order to use a secure connection, you can also use [NGINX as an SSL endpoint](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-tcp/#)
|
||||
by placing the following block in `nginx.conf`.
|
||||
Notice that while electrs doesn't use HTTP the configuration below uses raw TCP stream which works.
|
||||
|
||||
```nginx
|
||||
stream {
|
||||
|
Loading…
Reference in New Issue
Block a user