Django Gateway Timeout Running On IIS
I am running a Django app on a windows 10 machine with IIS web server. The application based on user command starts a selenium instance and try to collect some data from third part
Solution 1:
To resolve the issue you can follow the below steps:
1)open iis manager.
2)select your Django site (not default site)
3)click on advance setting from the action pane.
4)increase the connection time out value as per your requirement.
Note: First check that when you use the site without hosting in iis how much time it will take and what is the site of the data which is transferred.
Post a Comment for "Django Gateway Timeout Running On IIS"