change nodered context root (preparation for gh login)

master
BuckarooBanzay 2020-12-16 07:21:57 +01:00
parent 6ffc933a6c
commit c6fc5fe0ef
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ location /nodered/ {
auth_basic "Secure zone";
auth_basic_user_file "/etc/nginx/htpasswd";
proxy_pass http://nodered:1880/;
proxy_pass http://nodered:1880/nodered/;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;