]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/templates/default/apache.erb
subversion: Disable svn.osm.org and add redirect
[chef.git] / cookbooks / subversion / templates / default / apache.erb
index c8b697d1951728fb93b5cf7b3ada9f5196ce88d8..188051eeaee502cb1feaeebe57088685acbbada3 100644 (file)
@@ -9,25 +9,13 @@
   SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key
 
   CustomLog /var/log/apache2/<%= @name %>-access.log combined
-  CustomLog /var/log/apache2/<%= @name %>-svn-access.log "%h %t %u %{SVN-ACTION}e" env=SVN-ACTION
   ErrorLog /var/log/apache2/<%= @name %>-error.log
 
-  <Location />
-    DAV svn
-    SVNPath <%= @directory %>
-    SVNIndexXSLT /svnindex.xsl
+  RedirectPermanent /applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png https://raw.githubusercontent.com/openstreetmap/svn-archive/main/applications/editors/josm/plugins/cadastre-fr/images/cadastre_small.png
+  RedirectPermanent / https://github.com/openstreetmap/svn-archive
 
-    LimitXMLRequestBody 0
-    LimitRequestBody 0
+  ErrorDocument 404 https://github.com/openstreetmap/svn-archive
 
-    <Limit GET PROPFIND OPTIONS REPORT>
-      Require all granted
-    </Limit>
-
-    <LimitExcept GET PROPFIND OPTIONS REPORT>
-      Require all denied
-    </LimitExcept>
-  </Location>
 </VirtualHost>
 <% unless @aliases.empty? -%>