diff --git a/Changes b/Changes index ca4be8304..4284628ac 100644 --- a/Changes +++ b/Changes @@ -12,13 +12,15 @@ * GH #649, #670: Document core logger. (simbabque) * GH #689: Git guide markdown fixes. (Paul Cochrane) * GH #690, #691, #694, #696, #698, #699, #700, #702, #703, - #704, #705, #706, #707, #708, #710: Doc cleanups. + #704, #705, #706, #707, #708, #710: Doc cleanups. (Paul Cochrane) * GH #688: Improve testing documentation. (Paul Chochrane) * GH #692: Document serving static files using Plack::Middleware::Static. (Dávid Kovács @DavsX) * GH #695: Correct Dancer2::Logger::Capture, add test example. (Dávid Kovács @DavsX) + * GH #716: Correct document on proxy procotol forwarding + in Apache. (Andy Beverley) 0.150000 2014-08-17 01:35:16CEST+0200 Europe/Amsterdam diff --git a/lib/Dancer2/Config.pod b/lib/Dancer2/Config.pod index 27998c51b..56ed3ee18 100644 --- a/lib/Dancer2/Config.pod +++ b/lib/Dancer2/Config.pod @@ -132,6 +132,11 @@ If set to true, Dancer2 will look to C and C when constructing URLs (for example, when using C). This is useful if your application is behind a proxy. +Note that if you are using Apache and want to retrieve the protocol, +then you will need to manually specify it in your Apache config: + + RequestHeader set X_FORWARDED_PROTO "https" + =head2 Content type / character set =head3 content_type (string)