Update to rootless nginx.

This commit is contained in:
2024-09-06 02:11:20 -07:00
parent 17b7098bcc
commit 7f08d3b380
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
worker_processes 4;
pid /run/nginx.pid;
pid /tmp/nginx.pid;
error_log /dev/stderr info;

View File

@@ -2,7 +2,7 @@
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/run/supervisord.pid
pidfile=/tmp/supervisord.pid
[program:nginx]