From 2a91899846e565ede180d0b564b8ef7328ab7c9a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 2 Jul 2024 13:34:58 +1000 Subject: [PATCH] Update README.md to use HTTPS Updating readme as new Vesta server requires HTTPS, otherwise installers get a 301 redirect. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e7fa82c6..b953eea6f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ssh root@your.server Download the installation script, and run it: ```bash -curl http://vestacp.com/pub/vst-install.sh | bash +curl https://vestacp.com/pub/vst-install.sh | bash ``` How to install (3 step) @@ -31,7 +31,7 @@ ssh root@your.server Download the installation script: ```bash -curl -O http://vestacp.com/pub/vst-install.sh +curl -O https://vestacp.com/pub/vst-install.sh ``` Then run it: ```bash @@ -40,5 +40,5 @@ bash vst-install.sh License ---------------------------- -Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license +Vesta is licensed under [GPL v3 ](https://github.com/outroll/vesta/blob/master/LICENSE) license