diff --git a/script-install-reverse-proxy b/script-install-reverse-proxy index d8f92995..3f28e570 100644 --- a/script-install-reverse-proxy +++ b/script-install-reverse-proxy @@ -18,14 +18,14 @@ server { proxy_pass http://127.0.0.1:9090/; } } -server { - listen 80; - listen [::]:80; - server_name localhost.robot; - location / { - proxy_pass http://127.0.0.1:8888/; - } -} +# server { +# listen 80; +# listen [::]:80; +# server_name localhost.robot; +# location / { +# proxy_pass http://127.0.0.1:8888/; +# } +# } EOF systemctl enable --now nginx