Nginx - 504 Gateway Timeout error using Nginx as Proxy
Nginx as Proxy for Web server, we can to try to fix the 504 Gateway Timeout error:
Add these variables to nginx.conf
file:
or add it to server block
Then restart nginx:
Last updated
Nginx as Proxy for Web server, we can to try to fix the 504 Gateway Timeout error:
Add these variables to nginx.conf
file:
or add it to server block
Then restart nginx:
Last updated