mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
boring-nginx: change pid path
This commit is contained in:
parent
87b57a74f3
commit
093dcf7a11
@ -1,5 +1,5 @@
|
|||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
pid /var/run/nginx.pid;
|
pid /tmp/nginx.pid;
|
||||||
daemon off;
|
daemon off;
|
||||||
pcre_jit on;
|
pcre_jit on;
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
touch /var/run/nginx.pid
|
chown -R $UID:$GID /etc/nginx /var/log/nginx /sites-enabled /conf.d /certs /www /tmp
|
||||||
chown -R $UID:$GID /etc/nginx /var/log/nginx /var/run/nginx.pid /sites-enabled /conf.d /certs /www /tmp
|
|
||||||
chmod -R 700 /certs
|
chmod -R 700 /certs
|
||||||
exec su-exec $UID:$GID /sbin/tini -- nginx
|
exec su-exec $UID:$GID /sbin/tini -- nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user