# HG changeset patch # User Sebastien Jodogne # Date 1597644732 -7200 # Node ID 95edfd8ab6418fddbdefa1808de31382ee6163cf # Parent 76db4223f4951a17ef92ae96e1c5f263fc595e95 nginx diff -r 76db4223f495 -r 95edfd8ab641 Sphinx/source/faq/nginx.rst --- 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) -`_ with -nginx:: +Orthanc does not feature support for `cross-origin resource sharing +(CORS) +`_. It +is however possible to enable it with a nginx reverse proxy. Here is a +sample configuration for nginx:: server { listen 80 default_server;