Actions
Defect #25577
closedFixing wrong hyphenization on FAQ-Page for RequestHeader
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi,
just want to point you to this issue: [[https://github.com/docker-library/redmine/issues/60]]
The FAQ ([[http://www.redmine.org/projects/redmine/wiki/FAQ#Why-does-Redmine-use-http-links-when-I-want-it-to-use-https-links-in-Apache-SSL]]) says to use the following header in the apache config to tell the app to redirect to https urls:
RequestHeader set X_FORWARDED_PROTO 'https'
This is wrong, it must be
RequestHeader set X-Forwarded-Proto "https"
The hyphenization has to be set correctly.
Thanks
Related issues
Actions