Compare commits

...

1 Commits

Author SHA1 Message Date
MickLesk
9573019d6b Nginx Proxy Manager: ensure /tmp/nginx/body exists via openresty service ExecStartPre 2026-04-04 22:19:51 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ Wants=network-online.target
[Service]
Type=simple
ExecStartPre=-/bin/mkdir -p /tmp/nginx/body /run/nginx
ExecStartPre=/usr/local/openresty/nginx/sbin/nginx -t
ExecStart=/usr/local/openresty/nginx/sbin/nginx -g 'daemon off;'

View File

@@ -62,6 +62,7 @@ Wants=network-online.target
[Service]
Type=simple
ExecStartPre=-/bin/mkdir -p /tmp/nginx/body /run/nginx
ExecStartPre=/usr/local/openresty/nginx/sbin/nginx -t
ExecStart=/usr/local/openresty/nginx/sbin/nginx -g 'daemon off;'