X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3c7e8fb2b0c038be14b6432b0c06db93e6f208b2..b3fe8804a9a19ea54b5cc8eab557e98e4cd0f472:/cookbooks/subversion/templates/default/apache.erb diff --git a/cookbooks/subversion/templates/default/apache.erb b/cookbooks/subversion/templates/default/apache.erb index 507379fd5..987d50930 100644 --- a/cookbooks/subversion/templates/default/apache.erb +++ b/cookbooks/subversion/templates/default/apache.erb @@ -1,30 +1,53 @@ # DO NOT EDIT - This file is being maintained by Chef - - ServerName <%= @name %> - ServerAdmin webmaster@openstreetmap.org + + ServerName <%= @name %> + ServerAdmin webmaster@openstreetmap.org + + SSLEngine on + SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem + SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log - 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 + 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 + + RewriteEngine on + RewriteRule ^/?(.*) https://github.com/openstreetmap/svn-archive [L,R=permanent] + + +<% unless @aliases.empty? -%> - - DAV svn - SVNPath <%= @directory %> + + ServerName <%= @aliases.first %> +<% @aliases.drop(1).each do |alias_name| -%> + ServerAlias <%= alias_name %> +<% end -%> + ServerAdmin webmaster@openstreetmap.org - AuthType Basic - AuthName "<%= @realm %>" - AuthUserFile <%= @password_file %> + SSLEngine on + SSLCertificateFile /etc/ssl/certs/<%= @name %>.pem + SSLCertificateKeyFile /etc/ssl/private/<%= @name %>.key + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log + + RedirectPermanent / https://<%= @name %>/ + +<% end -%> + + + ServerName <%= @name %> +<% @aliases.each do |alias_name| -%> + ServerAlias <%= alias_name %> +<% end -%> - LimitXMLRequestBody 0 - LimitRequestBody 0 + ServerAdmin webmaster@openstreetmap.org - - Require all granted - + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log - - Require valid-user - - + RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/ + RedirectPermanent / https://<%= @name %>/