You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by da...@apache.org on 2017/05/31 16:22:18 UTC

svn commit: r1797069 - /spamassassin/trunk/build/automc/automc-apache2.conf

Author: davej
Date: Wed May 31 16:22:18 2017
New Revision: 1797069

URL: http://svn.apache.org/viewvc?rev=1797069&view=rev
Log:
Updated to new consolidated location of the rsync dir.

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

Modified: spamassassin/trunk/build/automc/automc-apache2.conf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/automc/automc-apache2.conf?rev=1797069&r1=1797068&r2=1797069&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/automc-apache2.conf (original)
+++ spamassassin/trunk/build/automc/automc-apache2.conf Wed May 31 16:22:18 2017
@@ -100,12 +100,12 @@
 <VirtualHost *:80>
   ServerName rsync.spamassassin.org
   ServerAlias www-rsync.spamassassin.org
-  <Directory /usr/local/spamassassin/rsync/corpus>
+  <Directory /usr/local/spamassassin/automc/rsync/corpus>
     options indexes SymLinksIfOwnerMatch
     AllowOverride indexes
     Require all granted
   </Directory>
-  DocumentRoot /usr/local/spamassassin/rsync/corpus
+  DocumentRoot /usr/local/spamassassin/automc/rsync/corpus
   ServerAdmin webmaster@spamassassin.org
 </VirtualHost>