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

Fix typo in nginx conf

parent 21ddfb9b
No related branches found
No related tags found
No related merge requests found
Pipeline #81780 passed
location = /__auth {
proxy_pass http://nginx_auth;
proxy_pass http://ula_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