Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
litespeed_wiki:config:hsts-setup [2015/07/29 16:15]
Michael Alegre created
litespeed_wiki:config:hsts-setup [2018/02/08 14:11] (current)
Lisa Clarke [Using Apache Configs, Such as cPanel and Plesk]
Line 9: Line 9:
 In both Apache and LSWS-native configs, setting up HSTS is just a matter of adding a header. In both Apache and LSWS-native configs, setting up HSTS is just a matter of adding a header.
  
-===== Using Apache Configs =====+===== Using Apache Configs, Such as cPanel and Plesk =====
  
-If you are using Apache configs, setting up HSTS is as simple as adding a Header ​directive to your server or .htaccess configs:+If LSWS is using Apache configs, such as in a cPanel or Plesk environment, setting up HSTS is as simple as adding a header ​directive to your server or ''​.htaccess'' ​configs. If you would like to enable it globally instead of on any particular virtual host, you can add it to the server level configuration,​ for example for cPanel, add it to ''​pre_main_global''​ configuration.
  
   Header always set Strict-Transport-Security "​max-age=31536000" ​   Header always set Strict-Transport-Security "​max-age=31536000" ​
  • Admin
  • Last modified: 2015/07/29 16:15
  • by Michael Alegre