Skip to content

Commit 355380f

Browse files
committed
Merge branch 'feature/doc-update'
2 parents 97e252a + 9ff821e commit 355380f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
* GH #649, #670: Document core logger. (simbabque)
1313
* GH #689: Git guide markdown fixes. (Paul Cochrane)
1414
* GH #690, #691, #694, #696, #698, #699, #700, #702, #703,
15-
#704, #705, #706, #707, #708, #710: Doc cleanups.
15+
#704, #705, #706, #707, #708, #710: Doc cleanups.
1616
(Paul Cochrane)
1717
* GH #688: Improve testing documentation. (Paul Chochrane)
1818
* GH #692: Document serving static files using
1919
Plack::Middleware::Static. (Dávid Kovács @DavsX)
2020
* GH #695: Correct Dancer2::Logger::Capture, add test example.
2121
(Dávid Kovács @DavsX)
22+
* GH #716: Correct document on proxy procotol forwarding
23+
in Apache. (Andy Beverley)
2224

2325
0.150000 2014-08-17 01:35:16CEST+0200 Europe/Amsterdam
2426

lib/Dancer2/Config.pod

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ If set to true, Dancer2 will look to C<X-Forwarded-Protocol> and
132132
C<X-Forwarded-host> when constructing URLs (for example, when using
133133
C<redirect>). This is useful if your application is behind a proxy.
134134

135+
Note that if you are using Apache and want to retrieve the protocol,
136+
then you will need to manually specify it in your Apache config:
137+
138+
RequestHeader set X_FORWARDED_PROTO "https"
139+
135140
=head2 Content type / character set
136141

137142
=head3 content_type (string)

0 commit comments

Comments
 (0)