mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 07:39:57 +02:00
Fixed syntax error
This commit is contained in:
parent
f5225d3285
commit
d8cbed5a4b
1 changed files with 2 additions and 6 deletions
|
@ -110,9 +110,7 @@ We offer two settings to manage nodeinfo in your Funkwhale instance:
|
|||
and user activity.
|
||||
|
||||
To make your instance fully compatible with the nodeinfo protocol, you need to
|
||||
to edit your nginx configuration file:
|
||||
|
||||
.. code-block::
|
||||
to edit your nginx configuration file::
|
||||
|
||||
# before
|
||||
...
|
||||
|
@ -130,9 +128,7 @@ to edit your nginx configuration file:
|
|||
}
|
||||
...
|
||||
|
||||
You can do the same if you use apache:
|
||||
|
||||
.. code-block::
|
||||
You can do the same if you use apache::
|
||||
|
||||
# before
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue