Move phosphor-gevent to http and enable nginx on 443

phosphor-gevent will be moved to internal http,
nginx will be the front end web server, and will
redirect all traffic internally to gevent.

test cases passed with...
tox -e palmetto -- tests/test_rest_interfaces.robot

Testing:
- Before testing suite completed in 1:18
  After nginx control 443 suite finished in 0:45 seconds
- Also verified web interface still loads when going
  to system name in web browser (http and https)
- Verified code update with full 20MB image still works
- Verified dump can be generated and retrieved
- Verified that when the same IP requests 2 image uploads
  at same time, Nginx serializes them

Change-Id: Ifcd61cf22bd8f6ea0536fe706eba8e45ec85e7c3
Signed-Off-by: Chris Austen <austenc@us.ibm.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/common/recipes-phosphor/interfaces/phosphor-gevent.bb b/common/recipes-phosphor/interfaces/phosphor-gevent.bb
index 16aac07..0150571 100644
--- a/common/recipes-phosphor/interfaces/phosphor-gevent.bb
+++ b/common/recipes-phosphor/interfaces/phosphor-gevent.bb
@@ -16,7 +16,6 @@
         "
 RRECOMMENDS_${PN} += "python-gevent-websocket"
 
-
 S = "${WORKDIR}/git/servers/gevent"
 
-SYSTEMD_SERVICE_${PN} += "${PN}.service ${PN}.socket"
+SYSTEMD_SERVICE_${PN} += " ${PN}.service  ${PN}.socket"