changeset 483:95edfd8ab641

nginx
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 08:12:12 +0200
parents 76db4223f495
children a49b3f034580
files Sphinx/source/faq/nginx.rst
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/nginx.rst	Mon Aug 17 07:35:00 2020 +0200
+++ b/Sphinx/source/faq/nginx.rst	Mon Aug 17 08:12:12 2020 +0200
@@ -34,9 +34,11 @@
 Enabling CORS
 -------------
 
-It is also possible to enable `cross-origin resource sharing (CORS)
-<https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_ with
-nginx::
+Orthanc does not feature 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::
 
     server {
        listen  80  default_server;