You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
1.3 KiB
13 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<handlers>
|
|
<add name="wfastcgi" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\Flaskwebapi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="111111" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|C:\Flaskwebapi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="webapi1111" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\FlaskWebApi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="flaskkkk" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\FlaskWebApi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="FlaskWebApi" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\FlaskWebApi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="Flask" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\Users\Administrator\AppData\Local\Programs\Python\Python36\python.exe|D:\FlaskWebApi\wfastcgi.py" resourceType="Unspecified" />
|
|
</handlers>
|
|
</system.webServer>
|
|
</configuration>
|
|
|