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.
2 parents 22b4014 + 470d85b commit 7f4b3fbCopy full SHA for 7f4b3fb
Ascon.Pilot.WebClient/src/Ascon.Pilot.WebClient/web.config
@@ -10,13 +10,5 @@
10
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
11
</handlers>
12
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
13
- <rewrite>
14
- <rules>
15
- <rule name="Redirect to document with version">
16
- <match url="^([0-9a-z-]+)/([0-9]+)" />
17
- <action type="Rewrite" url="Files/Index/{R:1}?version={R:2}" />
18
- </rule>
19
- </rules>
20
- </rewrite>
21
</system.webServer>
22
</configuration>
0 commit comments