diff --git a/nginx.conf.sigil b/nginx.conf.sigil index cb9eb50..ae6726d 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -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 }}