Skip to content

Commit

Permalink
update to not use internal rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 26, 2023
1 parent 775011f commit ca42db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonFruit.OnionFruit.Web/web.Production.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<conditions>
<add input="{HTTP_HOST}" pattern="onioncdn.dragonfruit.network" />
</conditions>
<action type="Rewrite" url="https://onionfruit-api.dragonfruit.network/assets/legacy/{R:1}" />
<action type="Redirect" url="https://onionfruit-api.dragonfruit.network/assets/legacy/{R:1}" redirectType="Found" />
</rule>
</rules>
</rewrite>
Expand Down

0 comments on commit ca42db2

Please sign in to comment.