1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-06 04:09:17 +00:00
This commit is contained in:
Wonderfall 2016-09-18 02:14:17 +02:00
parent 16edf91dc6
commit f5dac5c48f
8 changed files with 7 additions and 15 deletions

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
fastcgi_temp_path /tmp/fastcgi 1 2;
client_body_temp_path /tmp/client_body 1 2;

@ -1,8 +0,0 @@
[supervisord]
nodaemon=true
[program:php-fpm]
command=php-fpm7
[program:nginx]
command=nginx

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;

@ -12,7 +12,7 @@ http {
default_type application/octet-stream;
access_log off;
error_log /var/log/nginx/error.log error;
error_log /tmp/ngx_error.log error;
sendfile on;
keepalive_timeout 15;