|
Project Information
Members
Links
|
This project picks-up where the original tornado web server leaves off with some additional modifications. For instance, the original tornado web server did not support binding the server to an IP address other than the default (""); it might be nice to bind the server to 127.0.0.1 to allow many instances of the tornado web server to be used with a Reverse Proxy and so this is supported now via the --port option. You can now bind to an IP address other than the default via the following option "--port=127.0.0.1:8880". |