srctree

Gregory Mullen parent c1b217d1 7a248d8b
fix ws in contrib/nginx

contrib/nginx.conf added: 2, removed: 2, total 0
@@ -15,7 +15,7 @@ http {
location / {
root /usr/share/nginx/html;
include uwsgi_params;
uwsgi_pass unix:///tmp/srctree.sock;
uwsgi_pass unix:///tmp/srctree.sock;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {