If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    michelecomitini  12 years ago

    To avoid the "Admin is disabled because insecure channel" you have some options I use two:

    1. Setup the nginx to serve over TLS/SSL (see nginx docs);
    2. connect to the server via ssh like this:
    ssh root@your.server -L 1880:localhost:80

    browse to http://localhost:1880/admin

     

     

Commented on:

Simple setup to get started with nginx and SCGI.

Hosting graciously provided by:
Python Anywhere