# HG changeset patch # User Sebastien Jodogne # Date 1597644813 -7200 # Node ID a49b3f034580c988da26525058b3d7637266d58e # Parent 95edfd8ab6418fddbdefa1808de31382ee6163cf nginx diff -r 95edfd8ab641 -r a49b3f034580 Sphinx/source/faq/nginx.rst --- 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) `_. It is however possible to enable it with a nginx reverse proxy. Here is a sample configuration for nginx::