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