taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c943096d2f257381e5abf99b4db21233683c11cf
parent 0f0447985c60da69d122b34fcd1f866f10a39371
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 20 Jul 2022 03:38:03 -0400

change code-block type to ‘nginx’

Diffstat:
Mlibeufin/nexus-tutorial.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -187,7 +187,7 @@ The sandbox service can now be started with the following command: The instructions below hook Nginx to the Sandbox: -.. code-block:: console +.. code-block:: nginx redirect / to /demobanks/default; rewrite ^/$ https://$host/demobanks/default;