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

wodby/php-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx for PHP-FPM Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

❗For better reliability we release images with stability tags (wodby/php-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:

Environment Variables

Variable Default Value Description
NGINX_BACKEND_HOST php
NGINX_SERVER_NAME default
NGINX_SERVER_ROOT /var/www/html/
NGINX_FASTCGI_BUFFERS 16 32k
NGINX_FASTCGI_BUFFER_SIZE 32k
NGINX_FASTCGI_INTERCEPT_ERRORS on
NGINX_FASTCGI_READ_TIMEOUT 900
NGINX_INDEX_FILE index.php

See wodby/nginx for all variables.

Orchestration Actions

See wodby/nginx for all actions.

Complete PHP stack

See wodby/docker4php for the complete PHP stack.

Images based on wodby/php-nginx