clutchio / clutch

Server component for Clutch Framework and Clutch A/B Testing.
Apache License 2.0
395 stars 50 forks source link

How to change the listening IP of the http server? #2

Open philiplb opened 11 years ago

philiplb commented 11 years ago

Hi,

how make I the http-server public? clutch-all conf.py is just listening on 127.0.0.1:8000

nmelo commented 11 years ago

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.