We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f522f8 commit ae79af5Copy full SHA for ae79af5
lets-encrypt/activate-ssl.sh
@@ -135,7 +135,7 @@ then
135
<VirtualHost *:443>
136
137
Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
138
- Header always set Referrer-Policy "strict-origin"
+ # Header always set Referrer-Policy "strict-origin"
139
SSLEngine on
140
SSLCompression off
141
SSLProtocol all -SSLv2 -SSLv3
nextcloud_install_production.sh
@@ -399,7 +399,7 @@ then
399
cat << SSL_CREATE > "$SSL_CONF"
400
401
402
403
404
405
### YOUR SERVER ADDRESS ###
0 commit comments