nginx user www-data

This commit is contained in:
2021-05-23 14:08:05 +00:00
parent d744dd2c5d
commit 922d2f4b8a
3 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
# See https://github.com/openresty/docker-openresty/blob/master/README.md#nginx-config-files
#
#user nobody;
user www-data;
#worker_processes 1;
# Enables the use of JIT for regular expressions to speed-up their processing.