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 +