Commit 38e27f4e9a6c46de7bbfeec3f97cb3a2a0dce9c0
1 parent
b17c22ab
Exists in
master
and in
24 other branches
SISP: show some softwares in home page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb
@@ -68,7 +68,7 @@ server { | @@ -68,7 +68,7 @@ server { | ||
68 | error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log; | 68 | error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log; |
69 | 69 | ||
70 | location = / { | 70 | location = / { |
71 | - rewrite ^ /social/search/sisp; | 71 | + rewrite ^ /social/search/sisp?sort=asc; |
72 | } | 72 | } |
73 | 73 | ||
74 | # TODO caching | 74 | # TODO caching |