diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-05 11:30:31 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-05 11:30:31 -0400 |
commit | f48e5456312ddb366f9b623cd97b0e740fe99d9e (patch) | |
tree | fcfcb125d5fd48eb18e7ed7e07e8c65ba9cda7d8 /.docker/nginx | |
parent | 61d3683be4782c274cfcd9ff6ddfc2fbb1d6ffc9 (diff) |
Upgrade Docker image to Alpine Linux 3.4
Diffstat (limited to '.docker/nginx')
-rw-r--r-- | .docker/nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.docker/nginx/nginx.conf b/.docker/nginx/nginx.conf index 88c532fe..a04fce74 100644 --- a/.docker/nginx/nginx.conf +++ b/.docker/nginx/nginx.conf @@ -1,5 +1,6 @@ user nginx; worker_processes 1; +pid /var/run/nginx.pid; events { worker_connections 1024; |