From ec6e7ca644f6ae53cbb9ebf2cbe485710bccb1d4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:37:35 +0100 Subject: [PATCH] Update nginx.conf --- brave/rootfs/etc/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brave/rootfs/etc/nginx/nginx.conf b/brave/rootfs/etc/nginx/nginx.conf index 7e5bc6f7c..2b0b00cc2 100644 --- a/brave/rootfs/etc/nginx/nginx.conf +++ b/brave/rootfs/etc/nginx/nginx.conf @@ -1,5 +1,5 @@ # Run nginx in foreground. -daemon off; +# daemon off; # This is run inside Docker. user root;