From 294b55f591f7d879a287b50db8a12cfd3c764c66 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 21:09:47 +0100 Subject: [PATCH] Path fixed --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }