diff --git a/nginx/nginx.example.conf b/nginx/nginx.example.conf index ffd0707..79f4f92 100644 --- a/nginx/nginx.example.conf +++ b/nginx/nginx.example.conf @@ -44,7 +44,7 @@ http { # location /ui { - proxy_pass http://http://localhost:8200/ui; + proxy_pass http://localhost:8200/ui; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_redirect off; proxy_buffering off; @@ -60,4 +60,4 @@ http { } include servers/*; -} \ No newline at end of file +}