mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Update README.md
This commit is contained in:
parent
db1f2c71c3
commit
311acac5a6
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,6 @@ Features
|
|||
|
||||
+ Support for Debian 10
|
||||
|
||||
+ Apache is on mpm_event by default, PHP is running in PHP-FPM, which is the best PHP-stack solution
|
||||
|
||||
+ You can totally "lock" VestsCP so it can be accessed only via https://serverhost:8083/?MY-SECRET-URL
|
||||
+ After installation just execute:
|
||||
+ `echo "<?php \$login_url='MY-SECRET-URL';" > /usr/local/vesta/web/inc/login_url.php`
|
||||
|
@ -24,6 +22,10 @@ Features
|
|||
|
||||
+ We disabled dangerous PHP functions in php.ini, so even if customer's CMS was compromised, hacker will not be able to execute shell from PHP.
|
||||
|
||||
+ Apache is on mpm_event by default, PHP is running in PHP-FPM, which is the best PHP-stack solution
|
||||
|
||||
+ Support for multi-PHP versions - https://forum.vestacp.com/viewtopic.php?t=17129
|
||||
|
||||
How to install
|
||||
----------------------------
|
||||
Download the installation script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue