Skip to content
Snippets Groups Projects
Commit 554c566d authored by ale's avatar ale
Browse files

Add NGINX config snippets

parent 4c3be96d
No related branches found
No related tags found
No related merge requests found
Pipeline #81769 passed
usr/bin/nginx-authenticator
debian/ula_auth.conf etc/nginx/conf.d
debian/ula_auth.snippet etc/nginx/snippets
upstream ula_auth {
server unix:/run/nginx-authenticator/socket;
}
location = /__auth {
proxy_pass http://nginx_auth;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment