| Index: modules/adblockplus/templates/web/static.conf.erb |
| diff --git a/modules/web/templates/site.conf.erb b/modules/adblockplus/templates/web/static.conf.erb |
| similarity index 86% |
| copy from modules/web/templates/site.conf.erb |
| copy to modules/adblockplus/templates/web/static.conf.erb |
| index 66f4b189592047da3f1104b9373e81162b53860f..b3a933de5ff1cb281ab330331299c25f31fa6f52 100644 |
| --- a/modules/web/templates/site.conf.erb |
| +++ b/modules/adblockplus/templates/web/static.conf.erb |
| @@ -1,4 +1,6 @@ |
| -root /var/www/<%= @vhost %>; |
| +# Puppet: <%= @title %> |
| + |
| +root /var/www/<%= @domain %>; |
| index index; |
| default_type text/html; |
| charset utf-8; |
| @@ -75,13 +77,3 @@ location ~ ^/([a-z][a-z])(/.+) |
| rewrite ^/([a-z][a-z])(/.+) $2 redirect; |
| } |
| } |
| - |
| -<% if @multiplexer_locations %> |
| - <% @multiplexer_locations.each do |location| %> |
| - location <%= location %> |
| - { |
| - fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock; |
| - include /etc/nginx/fastcgi_params; |
| - } |
| - <% end %> |
| -<% end %> |