Skip to content

Commit f36920a

Browse files
authored
Merge pull request #17177 from micli/patch-1
Update How-to-run-things-locally.html
2 parents 1bb818e + 8c0c147 commit f36920a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/manual/en/introduction/How-to-run-things-locally.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ <h3>Lighttpd</h3>
121121
</li>
122122
</ol>
123123
</div>
124-
124+
<h3>IIS</h3>
125+
<div>
126+
<p>If you are using Microsoft IIS as web server. Please add a MIME type settings regarding .fbx externsion before loading.</p>
127+
<code>File name externsion: fbx MIME Type: text/plain</code>
128+
<p>By default, IIS blocks .fbx, .obj files downloads. You have to configure IIS to enable these kind of files can be download.</p>
129+
</div>
125130
<p>
126131
Other simple alternatives are [link:http://stackoverflow.com/q/12905426/24874 discussed here]
127132
on Stack Overflow.

0 commit comments

Comments
 (0)