change user to nginx

This commit is contained in:
Arthur Lu 2023-05-09 20:41:30 -07:00 committed by GitHub
parent ff8c7c1fbb
commit 86af128a6a

View File

@ -1,4 +1,4 @@
user www-data;
user nginx;
worker_processes auto;
pid /run/nginx.pid;
events {