Matthew Treinish 1560efe9c9
Switch local http uwsgi conf to http-socket mode
Previously the local uwsgi server mode was using uwsgi in http mode.
This was unessecary and actually not recommend by the uwsgi docs [1][2]
This is because http mode starts a frontend http process that forwards
requests to the workers running the python code. This is done for the
largely the same reasons we're using apache as a proxy and is
unnecessary. http-socket mode doesn't do this and just exposes the
workers as an http interface to the proxy. (in our case apache)

[1] http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#http-sockets
[2] http://uwsgi-docs.readthedocs.io/en/latest/ThingsToKnow.html

Change-Id: I5671687c8083fa4bdee066c07b083a0f00be532b
2017-06-30 12:24:21 -04:00
..
2015-11-27 15:36:04 +11:00
2015-11-27 15:36:04 +11:00
2017-06-22 08:43:27 +00:00
2017-01-05 18:41:29 -05:00
2015-11-27 15:36:04 +11:00
2016-01-05 07:41:35 -05:00
lvm
2016-12-05 15:32:25 +08:00
2017-06-14 12:09:21 -07:00
2017-06-20 14:09:30 -04:00
2017-06-14 12:09:21 -07:00
2015-12-01 14:52:35 -05:00