X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93088ecf5f09c8d7383fccd4aa06fcf44cb4691a..7cc2c6d477c5255d13bf26f676afb769d337ab20:/cookbooks/wordpress/templates/default/apache.erb diff --git a/cookbooks/wordpress/templates/default/apache.erb b/cookbooks/wordpress/templates/default/apache.erb index 90adc23a2..3695fc2b7 100644 --- a/cookbooks/wordpress/templates/default/apache.erb +++ b/cookbooks/wordpress/templates/default/apache.erb @@ -11,25 +11,25 @@ CustomLog /var/log/apache2/<%= @name %>-access.log combined ErrorLog /var/log/apache2/<%= @name %>-error.log - <% if @ssl_enabled -%> - RedirectPermanent / https://<%= @name %>/ - - - ServerName <%= @name %> - <% @aliases.each do |alias_name| -%> - ServerAlias <%= alias_name %> - <% end -%> - - ServerAdmin webmaster@openstreetmap.org - - # - # Enable SSL - # - SSLEngine on - - CustomLog /var/log/apache2/<%= @name %>-access.log combined - ErrorLog /var/log/apache2/<%= @name %>-error.log + RedirectPermanent / https://<%= @name %>/ + + + + ServerName <%= @name %> +<% @aliases.each do |alias_name| -%> + ServerAlias <%= alias_name %> +<% end -%> + + ServerAdmin webmaster@openstreetmap.org + + # + # Enable SSL + # + SSLEngine on + + CustomLog /var/log/apache2/<%= @name %>-access.log combined + ErrorLog /var/log/apache2/<%= @name %>-error.log <% end -%> DocumentRoot <%= @directory %> @@ -53,12 +53,14 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] + Options -Indexes + + Require all granted /wp-config.php> - Order allow,deny - Deny from all + Require all denied /uploads> @@ -68,17 +70,14 @@ - Order allow,deny - Deny from all + Require all denied - Order allow,deny - Deny from all + Require all denied - Order allow,deny - Deny from all + Require all denied