> Here's a snippet of my config...
>
>         location = /assets/Photo\ Gallery/Weather/current\.jpg {
>                 expires 10m;
>                 log_not_found off;
>         }
>

The "location =" syntax does not use regular expressions. You may also
want to surround the string with quotes if it contains spaces rather
than escaping spaces.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to