Hello. I'm using cheroot with bottle and am wondering if options can be passed in -- such as force https, serve multiple sites etc. I'm using cheroot on it's own (no apache or nginx) and would prefer to keep it that way unless not possible.
|
Replies: 2 comments
|
This should answer your question https://github.com/cherrypy/cheroot/blob/7268068/cheroot/wsgi.py#L55-L70 |
This should answer your question https://github.com/cherrypy/cheroot/blob/7268068/cheroot/wsgi.py#L55-L70