From 0ccd0f3a51298495c2347cc0fab3ca7ab77814e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 4 Apr 2025 17:12:48 +0200 Subject: [PATCH] Define variables needed in nginx-lmlog.conf in reload vhost --- _example/etc/handler-nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_example/etc/handler-nginx.conf b/_example/etc/handler-nginx.conf index f358db687e..d19cf03253 100644 --- a/_example/etc/handler-nginx.conf +++ b/_example/etc/handler-nginx.conf @@ -56,6 +56,9 @@ server { # Client requests location / { + # Define variables needed for lmlog + auth_request_set $lmremote_user $upstream_http_lm_remote_user; + auth_request_set $lmremote_custom $upstream_http_lm_remote_custom; deny all; } }