Fixes for npm user rename

This commit is contained in:
Jamie Curnow
2023-05-11 11:37:21 +10:00
parent fb8ca0b02f
commit f43e41d7d0
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# run nginx in foreground
daemon off;
pid /run/nginx/nginx.pid;
user npmuser;
user npm;
# Set number of worker processes automatically based on number of CPU cores.
worker_processes auto;