summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-07-20 03:38:03 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-07-20 03:38:03 -0400
commitc943096d2f257381e5abf99b4db21233683c11cf (patch)
tree067d6115f6807f6eaf901b348a3002355b7f4f03 /libeufin
parent0f0447985c60da69d122b34fcd1f866f10a39371 (diff)
downloaddocs-c943096d2f257381e5abf99b4db21233683c11cf.tar.gz
docs-c943096d2f257381e5abf99b4db21233683c11cf.tar.bz2
docs-c943096d2f257381e5abf99b4db21233683c11cf.zip
change code-block type to ‘nginx’
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index fc1338fd..408562a1 100644
--- 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;