Skip to content

Commit

Permalink
Merge pull request #19 from budaevb/master
Browse files Browse the repository at this point in the history
Revert "Redirect to document with version"
  • Loading branch information
budaevb authored Feb 19, 2018
2 parents 22b4014 + 470d85b commit 7f4b3fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Ascon.Pilot.WebClient/src/Ascon.Pilot.WebClient/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,5 @@
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
<rewrite>
<rules>
<rule name="Redirect to document with version">
<match url="^([0-9a-z-]+)/([0-9]+)" />
<action type="Rewrite" url="Files/Index/{R:1}?version={R:2}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

0 comments on commit 7f4b3fb

Please sign in to comment.