Changes between Version 19 and Version 20 of Integrated Webserver


Ignore:
Timestamp:
Jul 1, 2020, 6:13:58 PM (4 years ago)
Author:
Christian Illy
Comment:

Added note on SSL reverse proxying

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v19 v20  
    8484}}}
    8585
     86When using an '''SSL''' enabled VirtualHost make sure to add the following directive to the VHost config so the mod knows it is being accessed through SSL:
     87{{{
     88        RequestHeader set X-Forwarded-Proto "https"
     89}}}
     90
    8691now active the new config and restart apache
    8792{{{