From 48ac5b391d55e18fe09ef174c773b187d6a22481 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 16:09:26 -0400 Subject: [PATCH] Reverse proxy --- script-install-reverse-proxy | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/script-install-reverse-proxy b/script-install-reverse-proxy index 13b3657d..cdef8bad 100644 --- a/script-install-reverse-proxy +++ b/script-install-reverse-proxy @@ -16,13 +16,14 @@ server { proxy_pass http://127.0.0.1:9090/; proxy_redirect http://127.0.0.1:9090/; } - location /robot { - proxy_pass http://127.0.0.1:8888/; - proxy_redirect http://127.0.0.1:8888/; - } } EOF + # location /robot { + # proxy_pass http://127.0.0.1:8888/; + # proxy_redirect http://127.0.0.1:8888/; + # } + systemctl enable --now nginx exit $?