mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -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
|
+ 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
|
+ You can totally "lock" VestsCP so it can be accessed only via https://serverhost:8083/?MY-SECRET-URL
|
||||||
+ After installation just execute:
|
+ After installation just execute:
|
||||||
+ `echo "<?php \$login_url='MY-SECRET-URL';" > /usr/local/vesta/web/inc/login_url.php`
|
+ `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.
|
+ 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
|
How to install
|
||||||
----------------------------
|
----------------------------
|
||||||
Download the installation script:
|
Download the installation script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue