Hi I was trying with the script that comes with the stable web2py. with the one on dropbox I problem has gone.
Paolo 2012/12/19 Niphlod <[email protected]> > > @Simone, an other improvement to the script could be to combine into a >> single server the 80, and 443 to avoid duplicating configuration, as stated >> here : >> http://nginx.org/en/docs/http/**configuring_https_servers.** >> html#single_http_https_server<http://nginx.org/en/docs/http/configuring_https_servers.html#single_http_https_server> >> I don't had test this. >> >> Also, here the code for permanent redirection >> server { >> server_name $hostname; >> listen 80; >> return 301 http*s*://$hostname$request_uri; # NOTE: I am not sure for >> $hostname here, because I didn't set hostname for my VM until now, as in >> the example (URL below) we can use domainName.com instead if properly >> configure in nginx >> ... >> } >> >> > People may want separate configs for http and https. The script objective > is to have a working copy of web2py. If we start to follow such requests, > we'd end up installing postgresql and redis too :P > > @Paolo: try the script found at the dropbox link. If the same error > happens I think we need the log of pip and a hand by Roberto on the > specific error... > > -- > > > > -- Paolo --

