I created a routes.py script in web2py root with only this line: default_application = 'myapp'
Then, I clicked "reload routes" button in the admin app, but no effect take place. Things just worked out when I restarted nginx via command line. It it supposed to work this way? Should I really restart nginx to routes.py take effect? -- Vinicius Assef --

