From 4f82207e5fe436e1ac1d4d706fcefafb40bddac6 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Mon, 5 Jul 2021 09:54:08 +1000 Subject: [PATCH] Updated RPC Setup XMLRPC (markdown) --- RPC-Setup-XMLRPC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.