DevOps
Linux Systems Engineer
- Joined
- Oct 18, 2019
- Messages
- 198
- Reaction score
- 18
- Points
- 18
- Location
- Novosibirsk, Russia
- Website
- addons.vevioz.com
Offline
Execute the follow command from the terminal to fix the issues related to the permissions
Note : Replace “soft” by your Webuzo Username and “/home/soft/public_html” with the path to your files.
Restart Nginx
Code:
chown -R soft:soft /home/soft/public_html
Note : Replace “soft” by your Webuzo Username and “/home/soft/public_html” with the path to your files.
Restart Nginx
Code:
service nginx restart