diff --git a/RPC-Setup-XMLRPC.md b/RPC-Setup-XMLRPC.md index 16cc29c..c3b8459 100644 --- a/RPC-Setup-XMLRPC.md +++ b/RPC-Setup-XMLRPC.md @@ -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.