Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Latest commit

 

History

History
60 lines (46 loc) · 3.86 KB

README.md

File metadata and controls

60 lines (46 loc) · 3.86 KB

Nginx for Drupal Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

❗For better reliability we release images with stability tags (wodby/drupal-nginx:1.15-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links Drupal Nginx
8-1.15, 1.15, 8, latest (Dockerfile) 8 1.15
7-1.15, 7 (Dockerfile) 7 1.15
6-1.15, 6 (Dockerfile) 6 1.15
8-1.14, 1.14 (Dockerfile) 8 1.14
7-1.14 (Dockerfile) 7 1.14
6-1.14 (Dockerfile) 6 1.14
8-1.13, 1.12 (Dockerfile) 8 1.13
7-1.13 (Dockerfile) 7 1.13
6-1.13 (Dockerfile) 6 1.13

Environment Variables

See at wodby/php-nginx

Variable Default Value Description
NGINX_ALLOW_XML_ENDPOINTS
NGINX_BACKEND_HOST
NGINX_DRUPAL_HIDE_HEADERS
NGINX_DRUPAL_TRACK_UPLOADS uploads 60s
NGINX_DRUPAL_FILE_PROXY_URL e.g. https://dev.example.com
NGINX_SERVER_EXTRA_CONF_FILEPATH
NGINX_SERVER_NAME drupal
NGINX_SERVER_ROOT /var/www/html
NGINX_STATIC_CONTENT_ACCESS_LOG off
NGINX_STATIC_CONTENT_EXPIRES 30d
NGINX_STATIC_CONTENT_OPEN_FILE_CACHE max=3000 inactive=120s
NGINX_STATIC_CONTENT_OPEN_FILE_CACHE_MIN_USES 2
NGINX_STATIC_CONTENT_OPEN_FILE_CACHE_VALID 45s
NGINX_XMLRPC_SERVER_NAME

Orchestration Actions

See wodby/nginx for all actions.

Complete Drupal Stack

See Docker4Drupal.