On nginx server I ran following command on terminal
sudo chown -R user:user /var/www/example.com/public_html
Now after that I started facing 504 Gateway Time-out Error. I have to restart php5-fpm again and again after few minutes to fix this issue. But after few minutes it shows same 504 Gateway Time-out Error.
Please guide me how can I fix this issue.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Generally your web files should be owned (or at least have proper access by) the user the nginx process is running as. Changing this ownership or permissions will likely resolve this issue. In many cases, ensuring your user belongs to the same group as the web server’s user (most likely nginx) will resolve this in many cases while allowing the files to be owned by the user account you want.