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 3a46871 commit 569ced6Copy full SHA for 569ced6
web.2.7.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\activate_this.py" />
7
<add key="WSGI_HANDLER"
@@ -43,4 +43,4 @@
43
</rules>
44
</rewrite>
45
</system.webServer>
46
-</configuration>
+</configuration>
0 commit comments