diff --git a/Netdisco/Changes b/Netdisco/Changes index d2235b73..4599cc59 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -3,6 +3,7 @@ [ENHANCEMENTS] * Add systemd guide + * Add environment variable for https reverse proxy (B. Marshall) 2.033006 - 2016-03-20 diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 37bc4818..aaf8727b 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -159,6 +159,9 @@ to Netdisco in the C HTTP Header. For example with Apache: RequestHeader unset X-REMOTE_USER RequestHeader set X-REMOTE_USER "%{REMOTE_USER}e" env=REMOTE_USER +When running securely (https), replace C<< "%{REMOTE_USER}e" >> with C<< +"%{REMOTE_USER}s" >>. + =head3 C Value: Settings Tree. Default: None.