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.
12 lines
701 B
12 lines
701 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<handlers>
|
|
<remove name="flask" />
|
|
<add name="flasknew111" path="*" verb="*" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\Flaskwebapi\flaskwebapi\wfastcgi.py" resourceType="Unspecified" />
|
|
<add name="flask2021/3/22 19:08:21" path="*" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\ProgramData\Anaconda3\python.exe|D:\\flaskwebapi\flaskwebapi\wfastcgi.py" resourceType="Unspecified" requireAccess="Script" />
|
|
|
|
</handlers>
|
|
<directoryBrowse enabled="false" />
|
|
</system.webServer>
|
|
</configuration>
|
|
|