nginx-proxy-manager/rootfs/etc/services.d/nginx/run

13 lines
313 B
Plaintext
Raw Normal View History

2017-12-20 18:02:37 -05:00
#!/usr/bin/with-contenv bash
mkdir -p /tmp/nginx/body \
/var/log/nginx \
2018-07-31 01:18:09 -04:00
/data/{nginx,logs,access} \
/data/nginx/{proxy_host,redirection_host,stream,dead_host} \
2018-07-31 01:18:09 -04:00
/var/lib/nginx/cache/{public,private}
touch /var/log/nginx/error.log && chmod 777 /var/log/nginx/error.log
2017-12-20 18:02:37 -05:00
chown root /tmp/nginx
2018-07-31 01:18:09 -04:00
exec nginx