Define variables needed in nginx-lmlog.conf in reload vhost

merge-requests/711/head
Clément OUDOT 7 months ago
parent a4a8d64ec3
commit 0ccd0f3a51
  1. 3
      _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;
}
}

Loading…
Cancel
Save