>> location /static {
>> root /var/web2py/applications/init/;
>> }Slowly, i'm getting it to work. Current problem: can't serve static files (e.g. style css files). Is this configuration above correct? I tried to point to my app static folder and didn't work either.

