Using proper variable to identify vhost
This commit is contained in:
parent
3d4de2b878
commit
5d8ab83262
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ server {
|
|||
|
||||
# debshots - added - deliver static images directly without asking Rails
|
||||
location /public/screenshot {
|
||||
alias /srv/www/{{ $.SSL_SERVER_NAME }}/screenshot;
|
||||
alias /srv/www/{{ $.APP }}/screenshot;
|
||||
}
|
||||
|
||||
{{ if $.CLIENT_MAX_BODY_SIZE }}client_max_body_size {{ $.CLIENT_MAX_BODY_SIZE }};{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue