Hi,
Ive tried to set HTTP auth in setup page(only for web login), but it does not work.
After successful basic auth, it show loginpage (where i cant login.)
Ive tried also with these nginx confs:
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-User $http_authorization;
proxy_max_temp_file_size 0;
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
The http auth would be used for SSO auth, but i want to test it first with basic auth.
Latest egroupware with docker.
Can you help me?
Thanks,Zoli