From bdeda2c195216e1318b3d5675897314e5e9b76c8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:14:30 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 2 -- abra.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index a6ad601..363d09b 100644 --- a/.env.sample +++ b/.env.sample @@ -4,5 +4,3 @@ DOMAIN=custom-html.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.custom-html.example.com`' LETS_ENCRYPT_ENV=production - -NGINX_DEFAULT_CONF_VERSION=v1 diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..2b7a61b --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export NGINX_DEFAULT_CONF_VERSION=v1