Path fixed

This commit is contained in:
Christoph Haas 2021-02-13 21:09:47 +01:00
parent 6ec58ac1d8
commit 294b55f591

View file

@ -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;
}