From d710df2b1f40e4c25d9b46cba9bd5885d80f4c57 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 24 May 2025 09:16:36 +0200 Subject: [PATCH] chore: remove user directive from nginx config since Docker handles permissions --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c4d4fd3..757849f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,4 +1,3 @@ -user appuser; # Run Nginx worker processes as appuser worker_processes auto; daemon off; # Run in the foreground, managed by Docker/start.sh