Updated RPC Setup XMLRPC (markdown)

Matthew Strasiotto
2021-07-05 09:54:08 +10:00
parent a00bc29b06
commit 4f82207e5f
+1 -1
@@ -90,7 +90,7 @@ scgi.server = (
**nginx.conf**:
```conf
```ini
# This webserver is actually in a container that only publishes 8080 (container) -> localhost:8080 (host)
# IN reality, the http server should have TLS / SSL
# Achieving this with nginx, traefik, or the reverse proxy of your choice is well documented.