Solve a 504 Gateway Time out nginx with WordPress on Synology

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

  1. Open a ssh console using Putty as explained here.
  2. Enter root mode by typing: sudo -i
  3. cd /etc/nginx/
  4. chown -hR http:http conf.d/
  5. cd conf.d
  6. vi www.WordPress.conf
    1. Add: proxy_connect_timeout 600;
    2. Modify: proxy_read_timeout 600;

Loading


Categories:

,

Tags:


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *