From f18dac1716b960277051d91714701a63f61364a2 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 6 Dec 2024 20:32:24 +0000 Subject: [PATCH] Fix typo in nginx conf --- debian/ula_auth.snippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ula_auth.snippet b/debian/ula_auth.snippet index 696a87b..5c35fb7 100644 --- a/debian/ula_auth.snippet +++ b/debian/ula_auth.snippet @@ -1,5 +1,5 @@ location = /__auth { - proxy_pass http://nginx_auth; + proxy_pass http://ula_auth; proxy_pass_request_body off; proxy_set_header Content-Length ""; } -- GitLab