From c15383724843cf91939d1f641b4bb96d2c12319b Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 1 Jun 2020 16:53:33 +0300 Subject: [PATCH] Typo fix in example config Fixed mistake in a example config file --- nginx/nginx.example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}