From 957855de5072ed4795006b3567436797cff99a48 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 23:15:25 +0100 Subject: [PATCH] Reflecting Shrine path change in nginx config template --- nginx.conf.sigil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }