Commit 7ce9013788b95d46be97f8ec3bb769c936bc0002

Authored by Lucas Kanashiro
1 parent e952ffa2
Exists in stable-4.x

SISP: show some softwares in home page

(cherry picked from commit 38e27f4e9a6c46de7bbfeec3f97cb3a2a0dce9c0)
cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb
... ... @@ -68,7 +68,7 @@ server {
68 68 error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log;
69 69  
70 70 location = / {
71   - rewrite ^ /social/search/sisp;
  71 + rewrite ^ /social/search/sisp?sort=asc;
72 72 }
73 73  
74 74 # TODO caching
... ...