On Sunday, February 17, 2019 at 4:41:10 PM UTC-8, [email protected] wrote: > > Hi, > > My conf: > > $HTTP["host"] =~ "sub.domain.com$" { > server.document-root="/home/www-data/web2py" > url.rewrite-once = ( > "^(/.+?/static/.+)$" => "/applications$1", > "(^|/.*)$" => "/handler_web2py.fcgi$1", > ) > } > > > $SERVER["socket"] == ":443" { > > ssl.engine = "enable" > > ssl.pemfile = "/home/www-data/ssl/xxxxx.pem" > > ssl.use-compression = "disable" > ssl.use-sslv3 = "disable" > ssl.cipher-list = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH" > ssl.ec-curve = "secp384r1" > > } >
Your rewrite rules should be removing the _2.17.2 *after *static as discussed in Anthony's post and the book section he links to. I think you've already seen that thread: <URL:https://groups.google.com/d/msg/web2py/PyEoSpLdurE/gv0LumpDAwAJ> /dps > Regards, > > > > El domingo, 17 de febrero de 2019, 18:30:55 (UTC-5), 黄祥 escribió: >> >> perhaps you can show the step and the configuration >> >> best regards, >> stifan >> > -- 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.

