X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b725125af1a56b4dcad5b731d31d5585e3f3be66..f626dd7711d75c0d18af02449f20b58c99ea27d8:/cookbooks/subversion/templates/default/apache.erb diff --git a/cookbooks/subversion/templates/default/apache.erb b/cookbooks/subversion/templates/default/apache.erb index cadae8b08..188051eea 100644 --- a/cookbooks/subversion/templates/default/apache.erb +++ b/cookbooks/subversion/templates/default/apache.erb @@ -4,32 +4,18 @@ ServerName <%= @name %> ServerAdmin webmaster@openstreetmap.org - Protocols http/1.1 - SSLEngine on SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem 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 - - DAV svn - SVNPath <%= @directory %> - SVNIndexXSLT /svnindex.xsl - - LimitXMLRequestBody 0 - LimitRequestBody 0 + 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 - - Require all granted - + ErrorDocument 404 https://github.com/openstreetmap/svn-archive - - Require all denied - - <% unless @aliases.empty? -%>