# HG changeset patch # User Sebastien Jodogne # Date 1680954434 -7200 # Node ID 9753b3f626959196a7194a10fea754421c17782c # Parent a7ac8e5edc89dd84c0315defb20cc3e144af5ec7 note diff -r a7ac8e5edc89 -r 9753b3f62695 Sphinx/source/faq/nginx.rst --- 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 `__ that is @@ -107,6 +107,9 @@ :ref:`Python plugins ` or the :ref:`advanced authorization plugin `. +Also, note that the ``admin`` user has full access to the REST API, +including POST/PUT/DELTE requests. + .. _nginx-cors: