comparison Sphinx/source/faq/nginx.rst @ 930:9753b3f62695

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Apr 2023 13:47:14 +0200
parents a7ac8e5edc89
children 1078027a8bd0
comparison
equal deleted inserted replaced
929:a7ac8e5edc89 930:9753b3f62695
72 end 72 end
73 end 73 end
74 74
75 75
76 .. highlight:: text 76 .. highlight:: text
77 77
78 Finally, setup the nginx reverse proxy so that it automatically adds 78 Finally, setup the nginx reverse proxy so that it automatically adds
79 the `HTTP basic authentication header 79 the `HTTP basic authentication header
80 <https://en.wikipedia.org/wiki/Basic_access_authentication>`__ that is 80 <https://en.wikipedia.org/wiki/Basic_access_authentication>`__ that is
81 expected by Orthanc for the ``public`` user:: 81 expected by Orthanc for the ``public`` user::
82 82
105 105
106 Note that more fine-grained access control can be achieved using 106 Note that more fine-grained access control can be achieved using
107 :ref:`Python plugins <python_authorization>` or the :ref:`advanced 107 :ref:`Python plugins <python_authorization>` or the :ref:`advanced
108 authorization plugin <authorization>`. 108 authorization plugin <authorization>`.
109 109
110 Also, note that the ``admin`` user has full access to the REST API,
111 including POST/PUT/DELTE requests.
112
110 113
111 .. _nginx-cors: 114 .. _nginx-cors:
112 115
113 Enabling CORS 116 Enabling CORS
114 ------------- 117 -------------