-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
trying to access the kubebox behind reverse proxy [nginx] and getting the error as in screenshot attached.
nginx reverse proxy config :
set $upstream_kubebox http://kubebox.kubebox.svc.cluster.local:8080;
location ~* (/kubebox|/master/api(.)$) {
rewrite /kubebox/(.)$ /$1 break;
proxy_pass $upstream_kubebox;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
auth_ldap off;
}
it is working fine with service as a load balance but not working behind nginx
Metadata
Metadata
Assignees
Labels
No labels