Bench command unresponsive

also, if you’ve SELinux on, you’ll have to enable a policy like httpd_home_dir

OK, thanks for the support. We finally found it. It was needed to edit the file /etc/nginx/nginx.conf
Line 5, user was set to ‘nginx’, has to be set to the user that performed the installation, in our case ‘frappe’

No, it’s sudo setsebool -P httpd_enable_homedirs 1

and you can also sudo usermod -aG frappe-user nginx and chmod g+rx /home/frappe-user so that you can use nginx as its intended user compatible with other apps