Skip to content

Commit

Permalink
add info about Apache
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Mar 1, 2025
1 parent 6c63838 commit 28c8bff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/JSROOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ When required, there are following alternatives to install JSROOT on other web s
- use [npm](https://npmjs.com/package/jsroot) package manager and invoke `npm install jsroot`
- clone master branch from [repository](https://github.com/root-project/jsroot/)

In case if Apache server will be used, one need to add following entry to `.htaccess` file:
```
<FilesMatch "\.mjs">
ForceType text/javascript
</FilesMatch>
```


## Drawing objects in JSROOT

Expand Down

0 comments on commit 28c8bff

Please sign in to comment.