From 0d4b2b3f2f8f1da224a9cca20a53a0166d1ebb6e Mon Sep 17 00:00:00 2001 From: Michael Leer Date: Tue, 20 Nov 2018 10:34:34 +0000 Subject: [PATCH] change from sites-enabled to sites-available --- public/index.html | 4 ++-- public/templates/commands.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 08aa2c6..04b8356 100644 --- a/public/index.html +++ b/public/index.html @@ -773,12 +773,12 @@
- /etc/nginx/sites-enabled/{{ domain() }}.conf + /etc/nginx/sites-available/{{ domain() }}.conf Copied! -
+
diff --git a/public/templates/commands.html b/public/templates/commands.html index e698683..7fa6056 100644 --- a/public/templates/commands.html +++ b/public/templates/commands.html @@ -1,3 +1,6 @@ +# Enable virtual host +ln -s /etc/nginx/sites-available/{{ domain() }}.conf /etc/nginx/sites-enabled/{{ domain() }}.conf +