Mercurial > hg > orthanc-book
changeset 930:9753b3f62695
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 08 Apr 2023 13:47:14 +0200 |
parents | a7ac8e5edc89 |
children | 1078027a8bd0 |
files | Sphinx/source/faq/nginx.rst |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/nginx.rst Sat Apr 08 13:44:32 2023 +0200 +++ b/Sphinx/source/faq/nginx.rst Sat Apr 08 13:47:14 2023 +0200 @@ -74,7 +74,7 @@ .. highlight:: text - + Finally, setup the nginx reverse proxy so that it automatically adds the `HTTP basic authentication header <https://en.wikipedia.org/wiki/Basic_access_authentication>`__ that is @@ -107,6 +107,9 @@ :ref:`Python plugins <python_authorization>` or the :ref:`advanced authorization plugin <authorization>`. +Also, note that the ``admin`` user has full access to the REST API, +including POST/PUT/DELTE requests. + .. _nginx-cors: