Jason Bosco
location /search { rewrite /search/(.*) /$1 break; proxy_pass <http://localhost:8108>; proxy_redirect off; proxy_set_header Host $host; }