Reflecting Shrine path change in nginx config template

This commit is contained in:
Christoph Haas 2021-02-13 23:15:25 +01:00
parent 10f4aa7a42
commit 957855de50

View file

@ -108,8 +108,8 @@ server {
} }
# debshots - added - deliver static images directly without asking Rails # debshots - added - deliver static images directly without asking Rails
location /screenshot { location /shrine {
alias /srv/www/{{ $.APP }}/screenshot; alias /srv/www/{{ $.APP }}/shrine;
add_header X-Coffee nginx-static; add_header X-Coffee nginx-static;
} }