myVESTA Control Panel
Find a file
dpeca 83d0b9ed90
Allow quick restarting of nginx
It can occur if domain has many aliases, and acme-challenge should be added many times

This fix will prevent this error:
```
May 14 21:39:08 server systemd[1]: nginx.service: Start request repeated too quickly.
May 14 21:39:08 server systemd[1]: nginx.service: Failed with result 'start-limit-hit'.
```
2020-06-23 20:14:55 +02:00
bin Allow quick restarting of nginx 2020-06-23 20:14:55 +02:00
func added sudo call for directory creation and restore 2019-08-08 19:58:35 +03:00
install Fixing unnecessary slash in nginx configs for phpmyadmin and roundcube 2020-06-23 18:01:38 +02:00
src added month to the release log date 2019-09-29 00:17:54 +03:00
test Fixed typos 2016-09-08 12:57:30 +01:00
upd Limiting /etc/sudoers for Ubuntu 2020-03-23 19:31:42 +01:00
web Adding escapeshellarg on few more places in php code 2020-06-23 19:06:25 +02:00
.gitignore Add .DS_Store to ignore patterns 2017-09-13 19:05:12 +03:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2016-09-08 12:12:20 +01:00
LICENSE Rename LICENSE.txt to LICENSE 2015-10-31 19:48:18 +00:00
README.md Add Gitter badge 2016-10-08 23:46:26 +00:00

Vesta Control Panel

Join the chat at https://gitter.im/vesta-cp/Lobby

  • Vesta is an open source hosting control panel.
  • Vesta has a clean and focused interface without the clutter.
  • Vesta has the latest of very innovative technologies.

How to install (2 step)

Connect to your server as root via SSH

ssh root@your.server

Download the installation script, and run it:

curl http://vestacp.com/pub/vst-install.sh | bash

How to install (3 step)

If the above example does not work, try this 3 step method: Connect to your server as root via SSH

ssh root@your.server

Download the installation script:

curl -O http://vestacp.com/pub/vst-install.sh

Then run it:

bash vst-install.sh

License

Vesta is licensed under GPL v3 license