Commit 3d51ad585757260f5c924ebf4f4ffe5c01aabcb2

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

SISP: make catalog as home page

(cherry picked from commit f18e9cbd5219700694490df409eb3d3c75ca8714)
cookbooks/reverse_proxy/templates/reverse_proxy.conf.erb
... ... @@ -67,6 +67,10 @@ server {
67 67 access_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.access.log;
68 68 error_log /var/log/nginx/ssl-<%= node['config']['sisp_external_hostname'] %>.error.log;
69 69  
  70 + location = / {
  71 + rewrite ^ /social/search/sisp;
  72 + }
  73 +
70 74 # TODO caching
71 75 location / {
72 76 proxy_pass http://colab;
... ...