I added below line to "httpd.conf" file:
Code: Select all
LoadModule headers_module modules/mod_headers.so
Code: Select all
<VirtualHost *:80>
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomain; preload"
ServerAdmin root@localhost
ServerName www.example.net
ServerAlias www.example.net
...
Thank you.