change user to nginx

This commit is contained in:
Arthur Lu 2023-05-09 20:41:30 -07:00 committed by GitHub
parent 1315f7769c
commit fda9af5223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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