Skip to content

Commit 569ced6

Browse files
authored
Update web.2.7.config
1 parent 3a46871 commit 569ced6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web.2.7.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<configuration>
33
<appSettings>
4-
<add key="WSGI_ALT_VIRTUALENV_HANDLER" value="app.wsgi_app" />
4+
<add key="WSGI_ALT_VIRTUALENV_HANDLER" value="main.app" />
55
<add key="WSGI_ALT_VIRTUALENV_ACTIVATE_THIS"
66
value="D:\home\site\wwwroot\env\Scripts\activate_this.py" />
77
<add key="WSGI_HANDLER"
@@ -43,4 +43,4 @@
4343
</rules>
4444
</rewrite>
4545
</system.webServer>
46-
</configuration>
46+
</configuration>

0 commit comments

Comments
 (0)