]> git.openstreetmap.org Git - chef.git/commitdiff
fix syntax error
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 18 Jun 2015 21:35:53 +0000 (23:35 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 18 Jun 2015 21:35:53 +0000 (23:35 +0200)
cookbooks/nominatim/templates/default/apache.erb

index fb6acc76cdc9af0bdd69cc241fea7981ef4fea85..d48e04212ee2620738d1e94148c05c8e34362a9f 100644 (file)
@@ -33,7 +33,7 @@
     <% @pools.each do |name,details| -%>
     Alias /pool-<%= name %>/ "<%= @directory %>/website/"
     <% node[:nominatim][:redirects].each do |url,host| -%>
-    ProxyPassMatch ^/pool-<%= name %>/(<%= url %>\.php(/.*)?) http<%= if port == 443 %>s<%= end %>://<%= host %>/pool-<%= name %>/$1
+    ProxyPassMatch ^/pool-<%= name %>/(<%= url %>\.php(/.*)?) http<% if port == 443 -%>s<% end -%>://<%= host %>/pool-<%= name %>/$1
     <% end -%>
     ProxyPassMatch ^/pool-<%= name %>/(.*\.php(/.*)?) fcgi://127.0.0.1:<%= details[:port ]%><%= @directory %>/website/$1
     <% end -%>