From 6bc9531765dadb69e8bc0c72f334b08e4cf159e8 Mon Sep 17 00:00:00 2001 From: EdyTheCow Date: Wed, 5 Jan 2022 02:39:36 +0100 Subject: [PATCH] deleted a step by accident --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 68296e7..282ce5b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Navigate to `_base/data/traefik/.htpasswd` and place your generated user/pass in Whenever you navigate to your admin area, you'll have to login with generate user and pass and then login with your WHMCS user. This basic auth is very effective against bots and endless spam in emails of failed logins. +Start docker compose
+Inside of `_base/compose` run + ``` +docker-compose up -d + ``` + Configure Nginx default.conf
Navigate to `whmcs/data/nginx/sites/default.conf` and change these variable: | Variable | Example | Description |