enpaul.net/content/_archive/3/plex/web.config

7 lines
231 B
Plaintext
Raw Normal View History

2017-01-30 17:29:45 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://app.plex.tv/web/app" exactDestination="true" />
</system.webServer>
</configuration>