Resources not loading in CentOs 7

Hello All,

I have installed frappe 6 using Manual Install steps on cent os 7.
it got installed successfully but js and css are not loading.
In nginx error log show permission issue for js and css
I have refereed the ‘Resources not loading in production CentOs 7’ still same issue.
I have run ‘sudo chmod o+x /home/indictrans/development/demo_v6/’
I have given 777 permission to asset directory .
i run ‘sudo -u nginx stat /home/indictrans/development/demo_v6/frappe-bench/sites/assets’ but for this command it gives permission denied error.

Please suggest.

I have replaced nginx user to my system user in /etc/nginx/nginx.conf and issue got resolved.

1 Like