changeset 100:2f0b35240a9d

add ref to IIS
author amazy
date Tue, 16 May 2017 14:54:12 +0200
parents e83da2f99e45
children 3e78daa774df
files Sphinx/source/faq/same-origin.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/same-origin.rst	Sat Apr 22 18:16:09 2017 +0200
+++ b/Sphinx/source/faq/same-origin.rst	Tue May 16 14:54:12 2017 +0200
@@ -31,8 +31,8 @@
 
 1. Branch the REST API of Orthanc as a **reverse proxy** into the Web
    server that serves the JavaScript code (cf. the instructions for
-   :ref:`Apache <apache>` and :ref:`nginx <nginx>`). This is the best
-   solution for production.
+   :ref:`Apache <apache>`, :ref:`nginx <nginx>` and :ref:`iis <IIS>`). 
+   This is the best solution for production.
 2. Use the official :ref:`ServeFolders plugin <serve-folders>` that
    can be used to serve JavaScript code directly by the **embedded Web
    server of Orthanc** (i.e. next to its REST API). This is the best