Open philiplb opened 11 years ago
Hi,
how make I the http-server public? clutch-all conf.py is just listening on 127.0.0.1:8000
This helped me: http://gunicorn.org/#deployment
Install nginx and configure it to proxy to the gunicorn server started by clutch on 127.0.0.1:8000.
Hi,
how make I the http-server public? clutch-all conf.py is just listening on 127.0.0.1:8000