To add a new Vvveb site to nginx copy nginx.conf from Vvveb root folder to nginx sites-available
folder
cp nginx.conf /etc/nginx/sites-available/vvveb
sudo ln -s /etc/nginx/sites-available/vvveb /etc/nginx/sites-enabled/vvveb
💡tip index.php admin/index.php and install/index.php should have 744 permission (execute and write only for owner).
💡tip admin and install folders should have write and execute permission only for owner 744, remove it for group and world.