Update GUIDE.md

This commit is contained in:
Ape Mithrandir 2023-09-09 13:31:17 +00:00 committed by GitHub
parent 74f0ece971
commit b84994ba1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,8 @@ stream {
}
}
```
_Note: If you run into issues with stream and get the error `unknown directive "stream" in /etc/nginx/nginx.conf:` after adding the above and running `nginx -t`. Then you should try installing `libnginx-mod-stream` via `apt install libnginx-mod-stream` ([link](https://www.server-world.info/en/note?os=Ubuntu_22.04&p=nginx&f=12))._
#### HTTPS Certificates
Now you might be wondering where to get the `ssl_certificate` and
`ssl_certificate_key`. If you already setup ssl on your Electrum server on your
local machine then you can use