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 $?