Commit 7ce9013788b95d46be97f8ec3bb769c936bc0002
1 parent
e952ffa2
Exists in
stable-4.x
SISP: show some softwares in home page
(cherry picked from commit 38e27f4e9a6c46de7bbfeec3f97cb3a2a0dce9c0)
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 |