Reflecting Shrine path change in nginx config template
This commit is contained in:
parent
10f4aa7a42
commit
957855de50
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue