Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nginx/nginx.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -60,4 +60,4 @@ http {
}

include servers/*;
}
}