From e30dd8ea48ca7395f42ac3803a32fe3150435f06 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 13 Nov 2017 16:48:19 +0100
Subject: [PATCH] #10 Add file proxy to nginx container for image files

---
 templates/docker-compose.yml.twig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/docker-compose.yml.twig b/templates/docker-compose.yml.twig
index a1ae786..1e11da3 100644
--- a/templates/docker-compose.yml.twig
+++ b/templates/docker-compose.yml.twig
@@ -55,6 +55,7 @@ services:
       - php
     environment:
 {% if webserver.type == 'nginx' %}
+      NGINX_DRUPAL_FILE_PROXY_URL: 'https://{{ live.uri }}'
       NGINX_STATIC_CONTENT_OPEN_FILE_CACHE: 'off'
       NGINX_ERROR_LOG_LEVEL: debug
 {% elseif webserver.type == 'apache' %}
-- 
GitLab