diff --git a/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb b/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb index 5b088c8..274aeca 100644 --- a/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb +++ b/cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb @@ -68,7 +68,7 @@ server { error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log; location = / { - rewrite ^ /social/search/sisp; + rewrite ^ /social/search/sisp?sort=asc; } # TODO caching -- libgit2 0.21.2