Mercurial > hg > orthanc-book
changeset 484:a49b3f034580
nginx
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Aug 2020 08:13:33 +0200 |
parents | 95edfd8ab641 |
children | 4fff8fa6c2db |
files | Sphinx/source/faq/nginx.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/nginx.rst Mon Aug 17 08:12:12 2020 +0200 +++ b/Sphinx/source/faq/nginx.rst Mon Aug 17 08:13:33 2020 +0200 @@ -34,8 +34,8 @@ Enabling CORS ------------- -Orthanc does not feature support for `cross-origin resource sharing -(CORS) +Orthanc does not feature built-in support for `cross-origin resource +sharing (CORS) <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_. It is however possible to enable it with a nginx reverse proxy. Here is a sample configuration for nginx::