Fix nginx user

This commit is contained in:
ItsDrike 2022-11-20 16:44:36 +01:00
parent 0233475d00
commit 9883950f3d
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -1,4 +1,4 @@
user www-data;
user nginx;
worker_processes auto;
error_log stderr;