Added the agent and website folders
This commit is contained in:
parent
0e5a131bfb
commit
85ec5836a5
778 changed files with 104105 additions and 9 deletions
11
test/web.config
Normal file
11
test/web.config
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<mimeMap fileExtension=".data" mimeType="application/octet-stream" />
|
||||
<mimeMap fileExtension=".wasm" mimeType="application/wasm" />
|
||||
<mimeMap fileExtension=".mem" mimeType="application/octet-stream" />
|
||||
<mimeMap fileExtension=".br" mimeType="application/brotli" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue