Skip to content
Snippets Groups Projects
Commit e30dd8ea authored by jurgenhaas's avatar jurgenhaas
Browse files

#10 Add file proxy to nginx container for image files

parent 7a29f633
No related branches found
Tags v1.7.0
No related merge requests found
Pipeline #
......@@ -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' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment