You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2019/06/13 01:40:03 UTC

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

Author: kmcgrail
Date: Thu Jun 13 01:40:03 2019
New Revision: 1861207

URL: http://svn.apache.org/viewvc?rev=1861207&view=rev
Log:
Adding  +FollowSymLinks so I can get build scripts to work

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=1861207&r1=1861206&r2=1861207&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/apache2-le-ssl.conf (original)
+++ spamassassin/trunk/build/automc/apache2-le-ssl.conf Thu Jun 13 01:40:03 2019
@@ -16,7 +16,7 @@
 
   <Directory /usr/local/spamassassin/automc/svn/masses/rule-qa/automc>
     AllowOverride None
-    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
+    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSymLinks
     Include /etc/apache2/custom.d/globalblacklist.conf
   </Directory>