Changes

no edit summary
Line 1: Line 1: −
Below is a SSL configuration for the nginx web server version 1.1, using OpenSSL version 1.1.1. This configuration file was generated by the [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator.]
+
Below is a SSL configuration for the Apache web sever version 2.4.39 using OpenSSL version 1.1.0k. This configuration file was generated by the [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator.]
 
<pre>
 
<pre>
 +
    
# generated 2019-09-09, https://ssl-config.mozilla.org/#server=apache&server-version=2.4.39&config=intermediate&openssl-version=1.1.0k
 
# generated 2019-09-09, https://ssl-config.mozilla.org/#server=apache&server-version=2.4.39&config=intermediate&openssl-version=1.1.0k
Line 7: Line 8:  
      
 
      
 
RewriteEngine On
 
RewriteEngine On
     RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
+
      
 +
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L]
    
</VirtualHost>
 
</VirtualHost>