plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Set up nginx to have an actual server #26

Closed jabrouwer82 closed 9 years ago

jabrouwer82 commented 9 years ago

Ugh

jabrouwer82 commented 9 years ago

uWSGI now runs the server by itself, but I need to route requests through nginx. THis should be accomplished by adding a server module to the nginx.conf and running uwsgi with --socket instead of --http, but this doesn't seem to work. uwsgi ignores requests and nginx doesn't seem to know about the app.

jabrouwer82 commented 9 years ago

Done. I hearby claim socket 5000 as our official published socket, please do not occupy it.