Skip to content

Commit e99f246

Browse files
committed
tweak
1 parent 90b5573 commit e99f246

File tree

22 files changed

+33
-11
lines changed

22 files changed

+33
-11
lines changed

8.0-nginx-prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PHP_FPM_LISTEN=/run/php-fpm.sock \
2929
NGINX_FASTCGI_BUFFER_SIZE='16k' \
3030
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=true
3131

32-
RUN apk add --no-cache nginx supervisord \
32+
RUN apk add --no-cache nginx supervisor \
3333
&& chown -R kool:kool /var/lib/nginx \
3434
&& chmod 770 /var/lib/nginx/tmp \
3535
&& ln -sf /dev/stdout /var/log/nginx/access.log \

8.0-nginx-prod/supervisor.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
logfile=/dev/stdout
3+
logfile_maxbytes=0
4+
pidfile=/run/supervisord.pid
35
nodaemon=true
46

57
[program:nginx]

8.0-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PHP_FPM_LISTEN=/run/php-fpm.sock \
2929
NGINX_FASTCGI_BUFFER_SIZE='16k' \
3030
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=true
3131

32-
RUN apk add --no-cache nginx supervisord \
32+
RUN apk add --no-cache nginx supervisor \
3333
&& chown -R kool:kool /var/lib/nginx \
3434
&& chmod 770 /var/lib/nginx/tmp \
3535
&& ln -sf /dev/stdout /var/log/nginx/access.log \

8.0-nginx/supervisor.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
logfile=/dev/stdout
3+
logfile_maxbytes=0
4+
pidfile=/run/supervisord.pid
35
nodaemon=true
46

57
[program:nginx]

8.1-nginx-prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PHP_FPM_LISTEN=/run/php-fpm.sock \
2929
NGINX_FASTCGI_BUFFER_SIZE='16k' \
3030
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=true
3131

32-
RUN apk add --no-cache nginx supervisord \
32+
RUN apk add --no-cache nginx supervisor \
3333
&& chown -R kool:kool /var/lib/nginx \
3434
&& chmod 770 /var/lib/nginx/tmp \
3535
&& ln -sf /dev/stdout /var/log/nginx/access.log \

8.1-nginx-prod/supervisor.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
logfile=/dev/stdout
3+
logfile_maxbytes=0
4+
pidfile=/run/supervisord.pid
35
nodaemon=true
46

57
[program:nginx]

8.1-nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PHP_FPM_LISTEN=/run/php-fpm.sock \
2929
NGINX_FASTCGI_BUFFER_SIZE='16k' \
3030
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=true
3131

32-
RUN apk add --no-cache nginx supervisord \
32+
RUN apk add --no-cache nginx supervisor \
3333
&& chown -R kool:kool /var/lib/nginx \
3434
&& chmod 770 /var/lib/nginx/tmp \
3535
&& ln -sf /dev/stdout /var/log/nginx/access.log \

8.1-nginx/supervisor.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
logfile=/dev/stdout
3+
logfile_maxbytes=0
4+
pidfile=/run/supervisord.pid
35
nodaemon=true
46

57
[program:nginx]

8.2-nginx-prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PHP_FPM_LISTEN=/run/php-fpm.sock \
2929
NGINX_FASTCGI_BUFFER_SIZE='16k' \
3030
NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=true
3131

32-
RUN apk add --no-cache nginx supervisord \
32+
RUN apk add --no-cache nginx supervisor \
3333
&& chown -R kool:kool /var/lib/nginx \
3434
&& chmod 770 /var/lib/nginx/tmp \
3535
&& ln -sf /dev/stdout /var/log/nginx/access.log \

8.2-nginx-prod/supervisor.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[supervisord]
22
logfile=/dev/stdout
3+
logfile_maxbytes=0
4+
pidfile=/run/supervisord.pid
35
nodaemon=true
46

57
[program:nginx]

0 commit comments

Comments
 (0)