nssm isn't rocket science, from the web2py perspective. The point usually is being able to run web2py passing arguments as you need them ? If you can do it by cmdline, nssm isn't an issue: just use the same commandline
web2py.py -a "<recycle>" --interfaces "0.0.0.0:80;0.0.0.0:443:path_to_key:path_to_cert" should suffice for most cases. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

