Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <staticContent>
  5. <mimeMap fileExtension=".ogg" mimeType="audio/ogg" />
  6. <mimeMap fileExtension=".json" mimeType="application/json" />
  7. <mimeMap fileExtension=".lrc" mimeType="text/plain" />
  8. </staticContent>
  9. </system.webServer>
  10. </configuration>
Add Comment
Please, Sign In to add comment