"Neil.Lv" <[email protected]> writes: > Hi Jeppe, > > I have the same question about the image folder. > > Can you paste come example code ( or link ) that the Nginx how to > configure the mapping URL for images ?
Have a look at the nginx example: http://wiki.nginx.org/NginxFullExample specifically # serve static files location ~ ^/(images|javascript|js|css|flash|media|static)/ { root /var/www/virtual/big.server.com/htdocs; expires 30d; } /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
