Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
philiplb opened this issue Mar 6, 2013 · 1 comment
Open

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

philiplb opened this issue Mar 6, 2013 · 1 comment

Comments

@philiplb
Copy link

philiplb commented Mar 6, 2013

Hi,

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

@nmelo
Copy link

nmelo commented May 8, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants