We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569ced6 commit 5664b62Copy full SHA for 5664b62
web.3.4.config
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<configuration>
3
<appSettings>
4
- <add key="WSGI_ALT_VIRTUALENV_HANDLER" value="app.wsgi_app" />
+ <add key="WSGI_ALT_VIRTUALENV_HANDLER" value="main.app" />
5
<add key="WSGI_ALT_VIRTUALENV_ACTIVATE_THIS"
6
value="D:\home\site\wwwroot\env\Scripts\python.exe" />
7
<add key="WSGI_HANDLER"
@@ -41,4 +41,4 @@
41
</rules>
42
</rewrite>
43
</system.webServer>
44
-</configuration>
+</configuration>
0 commit comments