From bc0914c0b2b263eda448e5a7ecf48153d28fcae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 22 Apr 2024 07:35:46 +0200 Subject: [PATCH] Update UI Linux workflow to remove DISABLE_DEFAULT_SERVER setting --- .github/workflows/tests-ui-linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests-ui-linux.yml b/.github/workflows/tests-ui-linux.yml index f79b712de..05f506e73 100644 --- a/.github/workflows/tests-ui-linux.yml +++ b/.github/workflows/tests-ui-linux.yml @@ -88,7 +88,6 @@ jobs: echo "USE_BUNKERNET=no" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_BLACKLIST=no" | sudo tee -a /etc/bunkerweb/variables.env echo "SEND_ANONYMOUS_REPORT=no" | sudo tee -a /etc/bunkerweb/variables.env - echo "DISABLE_DEFAULT_SERVER=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_CLIENT_CACHE=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "USE_GZIP=yes" | sudo tee -a /etc/bunkerweb/variables.env echo "DATASTORE_MEMORY_SIZE=384m" | sudo tee -a /etc/bunkerweb/variables.env