ops: Change nginx.conf user to www

This commit is contained in:
wiz
2023-04-04 21:34:25 +09:00
parent a9dc5e9be4
commit b844cc002c

View File

@@ -1,4 +1,4 @@
user nobody;
user www;
pid /var/run/nginx.pid;
worker_processes auto;