# HG changeset patch # User Sebastien Jodogne # Date 1680967742 -7200 # Node ID 1078027a8bd0f1258e9317b4d70484f850f84175 # Parent 9753b3f626959196a7194a10fea754421c17782c typo diff -r 9753b3f62695 -r 1078027a8bd0 Sphinx/source/faq/nginx.rst --- a/Sphinx/source/faq/nginx.rst Sat Apr 08 13:47:14 2023 +0200 +++ b/Sphinx/source/faq/nginx.rst Sat Apr 08 17:29:02 2023 +0200 @@ -95,20 +95,20 @@ ... } -The ``cHVibGljOmhlbGxv`` corresponds to the `Base64 encoding +The ``cHVibGljOmhlbGxv`` string corresponds to the `Base64 encoding `__ of the string ``public:hello``, as can be seen using the following bash command line:: - $ echo -n 'public:hello' |base64 + $ echo -n 'public:hello' | base64 cHVibGljOmhlbGxv Note that more fine-grained access control can be achieved using :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. +including POST/PUT/DELETE requests. .. _nginx-cors: