Merge pull request #75 from tctlrd/nginx

added "mkdir -p /run/nginx" to start.sh
This commit is contained in:
Christian Haschek 2024-01-02 10:06:15 +01:00 committed by GitHub
commit 61cc919ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ mkdir -p /var/log/nginx/opentrashmail
touch /var/log/nginx/opentrashmail/web.access.log
touch /var/log/nginx/opentrashmail/web.error.log
mkdir -p /run/nginx
nginx