set https so styles work
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
56ca900f6e
commit
f1e82e00ca
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||||
ProxyPreserveHost on
|
ProxyPreserveHost on
|
||||||
|
|
||||||
|
# Set https so styles work
|
||||||
|
RequestHeader set X-Forwarded-Scheme https early
|
||||||
|
RequestHeader set X-Forwarded-Proto https early
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue