Hi,
How can I use options.py with tornado anyserver?
My options.py configuration uses both of http:80 and https:443 at the same
time.
options.py
================================================
ip = '0.0.0.0'
port = 80
interfaces = [('0.0.0.0', 80), ('0.0.0.0', 443, 'server.key', 'server.crt')]
(omitted)
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.