Skip to content

Commit 934d09c

Browse files
committed
Fixed header name to make SSL connections work.
1 parent e6e794a commit 934d09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/APACHE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then add the following lines to your VirtualHost section:
1919

2020
ProxyVia On
2121
ProxyPreserveHost On
22-
RequestHeader set X_FORWARDED_PROTO 'https' env=HTTPS
22+
RequestHeader set X-Forwarded-Proto 'https' env=HTTPS
2323

2424
Thats it.
2525

0 commit comments

Comments
 (0)