lemonldap-ng/_example/etc/experimental/nginx-fcgi-accounting
2016-01-27 06:04:23 +00:00

13 lines
427 B
Plaintext

# Directives to send user data to FastCGI protected apps
# and hide LL::NG cookie
set $cookie "";
fastcgi_param 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 "";
fastcgi_param AUTH_USER $lm_auth_user;
# That is: variable containing header value is obtained from lowercase
# header name, - replaced with _, and preceded from $lm_