{quote} {quote}This issue still persists in 15.10.1 {quote} How did you configure your HTTP proxy ? {quote} Apache config along the lines of the one in the XWiki documentation. {code:java} ProxyRequests Off ProxyPreserveHost On
<Proxy *> Require all granted </Proxy>
ProxyPass / http://localhost:8083/ nocanon ProxyPassReverse / http://localhost:8083/
RequestHeader set Forwarded "proto=https" {code} |
|