We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Change Document Root on Apache and Update SSL
Change Document Root on Apache and Update SSL
Change the file "/home/user/conf/web/domain.com.httpd.ssl.conf" line:
DocumentRoot /home/user/web/domain.com/public_html
to:
DocumentRoot /home/user/web/domain.com/public_html/public
Can give problem when renewing Let's Encrypt?
It's for Codeigniter4. I need to direct to /public folder
DocumentRoot /home/user/web/domain.com/public_html
to:
DocumentRoot /home/user/web/domain.com/public_html/public
Can give problem when renewing Let's Encrypt?
It's for Codeigniter4. I need to direct to /public folder