# Directives to send user data to HTTP protected apps # and hide LL::NG cookie set $cookie ""; proxy_set_header Cookie $cookie; # Add here HTTP headers defined in LL::NG manager # For example, if you set an exported header 'Auth-User', set $lm_auth_user ""; proxy_set_header Auth-User $lm_auth_user; # That is: variable containing header value is obtained from lowercase # header name, - replaced with _, and preceded from $lm_