From 5d8ab832623fd1e7fab9cfa6e5ade72e660cc431 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 20:19:42 +0100 Subject: [PATCH] Using proper variable to identify vhost --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}