Project

General

Profile

Actions

Defect #25577

closed

Fixing wrong hyphenization on FAQ-Page for RequestHeader

Added by Simon O about 7 years ago. Updated about 7 years ago.

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

Related to Redmine - Defect #24880: Documentation for enabling HTTPS is not clearClosed

Actions
Actions

Also available in: Atom PDF