Initial upload of legacy repository

This commit is contained in:
Ethan N. Paul
2017-01-30 12:29:45 -05:00
commit 4eff0ac39b
344 changed files with 102254 additions and 0 deletions

6
plex/web.config Normal file
View File

@@ -0,0 +1,6 @@
<?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>