Skip to content

Commit 7f4b3fb

Browse files
authored
Merge pull request #19 from budaevb/master
Revert "Redirect to document with version"
2 parents 22b4014 + 470d85b commit 7f4b3fb

File tree

1 file changed

+0
-8
lines changed
  • Ascon.Pilot.WebClient/src/Ascon.Pilot.WebClient

1 file changed

+0
-8
lines changed

Ascon.Pilot.WebClient/src/Ascon.Pilot.WebClient/web.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,5 @@
1010
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
1111
</handlers>
1212
<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>
2113
</system.webServer>
2214
</configuration>

0 commit comments

Comments
 (0)