From 67469ca74b05452824a473a5c786ccbe02e4a490 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Mon, 27 Jun 2022 21:42:46 +0200 Subject: [PATCH] Use nobody nogroup for nginx --- 3dprinter-octoprint/rootfs/etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf b/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf index c5035dd..e83e5d3 100644 --- a/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf +++ b/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf @@ -1,4 +1,4 @@ -user root root; +user nobody nogroup; worker_processes 1;