switch to nginx user

This commit is contained in:
Daniel Micay 2021-02-14 00:44:46 -05:00
parent 72cd8fa599
commit 87e5622def

View File

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