Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/serve-folders.rst @ 24:25fa874803ab
plugins inside book
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 18 Jul 2016 17:36:02 +0200 |
parents | |
children | 93bbfaf0e62c |
comparison
equal
deleted
inserted
replaced
23:f99aa6a6f0c9 | 24:25fa874803ab |
---|---|
1 .. _serve-folders: | |
2 | |
3 | |
4 Serve Folders plugin | |
5 ==================== | |
6 | |
7 This **official** plugin enables Orthanc to serve additional folders | |
8 from the filesystem using its embedded Web server. | |
9 | |
10 This plugin is extremely useful to create new Web applications on the | |
11 top of the REST API of Orthanc, as it allows to fulfill the | |
12 `same-origin policy | |
13 <https://en.wikipedia.org/wiki/Same-origin_policy>`__ without setting | |
14 up a reverse proxy. | |
15 |