Mercurial > hg > orthanc-book
changeset 17:114506f51e70
https
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Jun 2016 08:57:03 +0200 |
parents | b12e2c1d9fed |
children | dabe6df0267f |
files | Sphinx/source/faq/https.rst Sphinx/source/faq/iis.rst |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/https.rst Sun Jun 19 15:07:23 2016 +0200 +++ b/Sphinx/source/faq/https.rst Tue Jun 21 08:57:03 2016 +0200 @@ -9,7 +9,7 @@ information. To this end, you have two possibilites: 1. Put Orthanc behind an enterprise-ready HTTPS server such as - :ref:`Apache <apache>` or :ref:`nginx <nginx>`. + :ref:`Apache <apache>`, :ref:`nginx <nginx>` or :ref:`Microsoft IIS <iis>`. 2. For simple deployments, use Orthanc :ref:`built-in HTTPS server <https-builtin>`. **You should always favor the first option**. The second option might make
--- a/Sphinx/source/faq/iis.rst Sun Jun 19 15:07:23 2016 +0200 +++ b/Sphinx/source/faq/iis.rst Tue Jun 21 08:57:03 2016 +0200 @@ -9,6 +9,7 @@ servers through reverse proxying. The instructions below are provided courtesy of `Mark Hodge <https://groups.google.com/d/msg/orthanc-users/3-b3cLBAr8U/QIePcADMAAAJ>`__. +They also illustrate how to configure :ref:`HTTPS encryption <https>`. - IIS is available as a feature you can enable via the Programs and Features in non Server versions of Windows.