Recently, accessing WordPress on my Synology started to result in “504 Gateway Time out nginx” errors.
I found the solution here.
Click to Read More
- Open a ssh console using Putty as explained here.
- Enter root mode by typing: sudo -i
- cd /etc/nginx/
- chown -hR http:http conf.d/
- cd conf.d
- vi www.WordPress.conf
- Add: proxy_connect_timeout 600;
- Modify: proxy_read_timeout 600;
Leave a Reply