Use nobody nogroup for nginx

This commit is contained in:
Fredrik Baberg 2022-06-27 21:42:46 +02:00
parent f0d33c273b
commit 67469ca74b

View File

@ -1,4 +1,4 @@
user root root;
user nobody nogroup;
worker_processes 1;