diff --git a/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb b/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb index f3a59cc..5b088c8 100644 --- a/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb +++ b/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb @@ -67,6 +67,10 @@ server { access_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.access.log; error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log; + location = / { + rewrite ^ /social/search/sisp; + } + # TODO caching location / { proxy_pass http://colab; -- libgit2 0.21.2