Forums

Robert
Robert
Offline
Resolved
0 votes
Dear all,

I had the notice on the admin page of owncloud to activate Strict Transport Security. I figured this can be done by:

Adding in /etc/httpd/conf/httpd.conf

<VirtualHost *:443>
ServerName cloud.server.com (or whatever the name of your server is)
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
</IfModule>
</VirtualHost>

Then the message is gone.

Best wishes,

Robert
Sunday, October 02 2016, 10:38 AM
Share this post:
Responses (0)
  • There are no replies here yet.
Your Reply