You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2019/05/01 16:29:32 UTC

svn commit: r1858493 - /spamassassin/trunk/build/automc/apache2-le-ssl.conf

Author: billcole
Date: Wed May  1 16:29:32 2019
New Revision: 1858493

URL: http://svn.apache.org/viewvc?rev=1858493&view=rev
Log:
committing changes made locally on sa-vm1

Modified:
    spamassassin/trunk/build/automc/apache2-le-ssl.conf

Modified: spamassassin/trunk/build/automc/apache2-le-ssl.conf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/apache2-le-ssl.conf?rev=1858493&r1=1858492&r2=1858493&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/apache2-le-ssl.conf (original)
+++ spamassassin/trunk/build/automc/apache2-le-ssl.conf Wed May  1 16:29:32 2019
@@ -4,8 +4,8 @@
   ServerAlias ruleqa-trunk.spamassassin.org
   ServerAlias ruleqa-stable.spamassassin.org
 
-  ErrorLog ${APACHE_LOG_DIR}/ruleqa.spamassassin.org-error.log
-  CustomLog ${APACHE_LOG_DIR}/ruleqa.spamassassin.org-access.log combined
+  ErrorLog ${APACHE_LOG_DIR}/ruleqa.spamassassin.org-ssl-error.log
+  CustomLog ${APACHE_LOG_DIR}/ruleqa.spamassassin.org-ssl-access.log combined
 
   <Directory /var/www/ruleqa.spamassassin.org>
     options indexes SymLinksIfOwnerMatch
@@ -47,8 +47,8 @@
   Alias /sorttable.js /usr/local/spamassassin/automc/svn/masses/rule-qa/automc/sorttable.js
   ScriptAlias /ruleqa.cgi /usr/local/spamassassin/automc/svn/masses/rule-qa/automc/ruleqa.cgi
 
-SSLCertificateFile /etc/letsencrypt/live/ruleqa.spamassassin.org/fullchain.pem
-SSLCertificateKeyFile /etc/letsencrypt/live/ruleqa.spamassassin.org/privkey.pem
+SSLCertificateFile /etc/letsencrypt/live/spamassassin.org/fullchain.pem
+SSLCertificateKeyFile /etc/letsencrypt/live/spamassassin.org/privkey.pem
 Include /etc/letsencrypt/options-ssl-apache.conf
 </VirtualHost>
 </IfModule>