X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..HEAD:/cookbooks/web/templates/default/apache.backend.erb?ds=sidebyside diff --git a/cookbooks/web/templates/default/apache.backend.erb b/cookbooks/web/templates/default/apache.backend.erb deleted file mode 100644 index 17200cab9..000000000 --- a/cookbooks/web/templates/default/apache.backend.erb +++ /dev/null @@ -1,39 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - - - # - # Basic server configuration - # - ServerName <%= node[:fqdn] %> - ServerAlias api.openstreetmap.org www.openstreetmap.org - ServerAdmin webmaster@openstreetmap.org - - # - # Setup logging - # - LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Ts" combined_with_time - CustomLog /var/log/apache2/access.log combined_with_time - ErrorLog /var/log/apache2/error.log - - # - # Configure rails - # - DocumentRoot <%= node[:web][:base_directory] %>/rails/public - RailsEnv production - PassengerMinInstances 3 - PassengerMaxRequests 500 - PassengerPreStart http://www.openstreetmap.org/ - - # - # Get the real remote IP for requests via a trusted proxy - # - RemoteIPHeader X-Forwarded-For - RemoteIPTrustedProxy 146.179.159.160/27 - - # - # Pass map calls to cgimap - # - - SetHandler fcgi:127.0.0.1:8000 - -