summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-25 21:44:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-25 21:44:06 +0200
commit95409b94e83e5e7a72a28d9e150490497d196c84 (patch)
tree7478ecdf62ffeaa97fe3ad72248ed424f65a4ed7 /libeufin/nexus-tutorial.rst
parentf9a8724be8e82ca2873317bef6ad2f1bf9840e66 (diff)
downloaddocs-95409b94e83e5e7a72a28d9e150490497d196c84.tar.gz
docs-95409b94e83e5e7a72a28d9e150490497d196c84.tar.bz2
docs-95409b94e83e5e7a72a28d9e150490497d196c84.zip
-fix typos
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 1877e923..df2809f4 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -190,13 +190,13 @@ The instructions below hook Nginx to the Sandbox:
.. code-block:: console
redirect / to /demobanks/default;
- rewrite ^/$ https://$host/demobanks/default;
+ rewrite ^/$ https://$host/demobanks/default;
location / {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto "https";
proxy_set_header X-Forwarded-Prefix "/";
- proxy_pass http://localhost:5016/;
+ proxy_pass http://localhost:5016/;
}
To reset the state of the sandbox, delete the database.
@@ -261,7 +261,7 @@ Check the balance of the user just created:
With a user registered, we can now create an EBICS subscriber (identified by
the partner ID and user ID) for the host. This command requires admin
-priveleges, so ``LIBEUFIN_SANDBOX_USERNAME`` and ``LIBEUFIN_SANDBOX_PASSWORD``
+privileges, so ``LIBEUFIN_SANDBOX_USERNAME`` and ``LIBEUFIN_SANDBOX_PASSWORD``
are reset back to ``admin`` and ``secret``, respectively.
.. The plan is to replace the ‘sandbox ebicssubscriber list’ command