Commit 38e27f4e9a6c46de7bbfeec3f97cb3a2a0dce9c0

Authored by Lucas Kanashiro
1 parent b17c22ab

SISP: show some softwares in home page

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