Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How to put HTTP AUTH login to header ? Something like:
auth_basic "Restricted"; auth_basic_user_file /etc/nginx/.htpasswd; proxy_set_header Username $Login_here;
any ideas ?