diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 4ffdf51..42c14eb 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -108,7 +108,7 @@ server { } # debshots - added - deliver static images directly without asking Rails - location /public/screenshot { + location /screenshot { alias /srv/www/{{ $.APP }}/screenshot; add_header X-Coffee nginx-static; }