Fixed syntax error

This commit is contained in:
Eliot Berriot 2018-05-10 17:33:07 +02:00
parent f5225d3285
commit d8cbed5a4b
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 2 additions and 6 deletions

View File

@ -110,9 +110,7 @@ We offer two settings to manage nodeinfo in your Funkwhale instance:
and user activity. and user activity.
To make your instance fully compatible with the nodeinfo protocol, you need to To make your instance fully compatible with the nodeinfo protocol, you need to
to edit your nginx configuration file: to edit your nginx configuration file::
.. code-block::
# before # before
... ...
@ -130,9 +128,7 @@ to edit your nginx configuration file:
} }
... ...
You can do the same if you use apache: You can do the same if you use apache::
.. code-block::
# before # before
... ...