You’ll need to fix it by adding following lines under [unix_http_server] in /etc/supervisor/supervisord.conf:
chmod=0760
chown=frappe:frappe
After making above change, just restart supervisor:
sudo systemctl restart supervisor
You’ll need to fix it by adding following lines under [unix_http_server] in /etc/supervisor/supervisord.conf:
chmod=0760
chown=frappe:frappe
After making above change, just restart supervisor:
sudo systemctl restart supervisor