comparison Sphinx/source/faq/nginx.rst @ 484:a49b3f034580

nginx
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 08:13:33 +0200
parents 95edfd8ab641
children a7ac8e5edc89
comparison
equal deleted inserted replaced
483:95edfd8ab641 484:a49b3f034580
32 .. _nginx-cors: 32 .. _nginx-cors:
33 33
34 Enabling CORS 34 Enabling CORS
35 ------------- 35 -------------
36 36
37 Orthanc does not feature support for `cross-origin resource sharing 37 Orthanc does not feature built-in support for `cross-origin resource
38 (CORS) 38 sharing (CORS)
39 <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_. It 39 <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_. It
40 is however possible to enable it with a nginx reverse proxy. Here is a 40 is however possible to enable it with a nginx reverse proxy. Here is a
41 sample configuration for nginx:: 41 sample configuration for nginx::
42 42
43 server { 43 server {