From 0102cb975d0dcc15c4c7106406f344146a53c61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Tue, 20 Nov 2018 13:50:16 +0100 Subject: [PATCH] commands fix --- public/index.html | 2 +- public/templates/commands.html | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 04b8356..d430d3b 100644 --- a/public/index.html +++ b/public/index.html @@ -757,7 +757,7 @@
-
+
diff --git a/public/templates/commands.html b/public/templates/commands.html index 7fa6056..b3538e9 100644 --- a/public/templates/commands.html +++ b/public/templates/commands.html @@ -1,7 +1,14 @@ -# Enable virtual host -ln -s /etc/nginx/sites-available/{{ domain() }}.conf /etc/nginx/sites-enabled/{{ domain() }}.conf +# Virtual host: create symbolic link +ln -s /etc/nginx/sites-available/{{ domain() }}.conf /etc/nginx/sites-enabled/{{ domain() }}.conf + +# HTTPS: create Diffie-Hellman keys