Skip to content

Commit a1dcfc6

Browse files
Merge pull request #364 from dynamsoft-docs/claire-chan-patch-1
Update server-requirements-for-dbr-js-deployment.md
2 parents 731a656 + ea9644f commit a1dcfc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/javascript/faq/server-requirements-for-dbr-js-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ needAutoGenerateSidebar: false
1212

1313
To deploy DBR-JS to the server, you need to
1414

15-
1. Set the MIME type for `.wasm` as `application/wasm` on your webserver.
15+
<span>1.</span> Set the MIME type for `.wasm` as `application/wasm` on your webserver. <br/>
1616

17-
The goal is to configure your server to send the correct Content-Type header for the wasm file so that it is processed correctly by the browser.
17+
The goal is to configure your server to send the correct Content-Type header for the wasm file so that it is processed correctly by the browser.
1818

1919
Different types of webservers are configured differently, for example:
2020

2121
+ <a target="_blank" href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/Apache_Configuration_htaccess#media_types_and_character_encodings" title="Apache">Apache</a>
2222
+ <a target="_blank" href="https://docs.microsoft.com/en-us/iis/configuration/system.webserver/staticcontent/mimemap" title="IIS">IIS</a>
2323
+ <a target="_blank" href="https://www.nginx.com/resources/wiki/start/topics/examples/full/#mime-types" title="NGINX">NGINX</a>
2424

25-
2. Enable HTTPS
25+
<span>2.</span> Enable HTTPS <br/>
2626

2727
Due to the browser <a target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" title="security restriction">security restriction</a> on camera video streaming access, a secure HTTPS connection is required to use the library with camera.
2828

0 commit comments

Comments
 (0)