Fixed some typo/wording in the documentation
This commit is contained in:
parent
da6b3400a0
commit
e9cfc4d279
|
@ -59,10 +59,10 @@ The reverse proxy
|
||||||
|
|
||||||
Funkwhale's API server should never be exposed directly to the internet, as we require
|
Funkwhale's API server should never be exposed directly to the internet, as we require
|
||||||
a reverse proxy (Apache or Nginx) for performance and security reasons. The reverse proxy
|
a reverse proxy (Apache or Nginx) for performance and security reasons. The reverse proxy
|
||||||
will receive client HTTP requests, and:
|
will receive client HTTP or HTTPS requests, and:
|
||||||
|
|
||||||
- Proxy them to the API server
|
- Proxy them to the API server
|
||||||
- Serve requested static files (Audio files, stylesheets, javascript, fonts...)
|
- Serve requested static files (audio files, stylesheets, javascript, fonts...)
|
||||||
|
|
||||||
The API server
|
The API server
|
||||||
--------------
|
--------------
|
||||||
|
|
|
@ -2,10 +2,10 @@ Creating a Funkwhale Account
|
||||||
============================
|
============================
|
||||||
|
|
||||||
Before you can start using Funkwhale, you will need to set up an account on an instance. While
|
Before you can start using Funkwhale, you will need to set up an account on an instance. While
|
||||||
some instances allow you to listen to public music anonymously, you will need to create account
|
some instances allow you to listen to public music anonymously, you will need to create an account
|
||||||
to benefit from the full Funkwhale experience.
|
to benefit from the full Funkwhale experience.
|
||||||
|
|
||||||
A list of instances along with other useful information such as version and enabled features can be found
|
A list of instances along with other useful informations such as version and enabled features can be found
|
||||||
`here <https://network.funkwhale.audio/dashboards/d/overview/network-overview>`_. Servers marked with
|
`here <https://network.funkwhale.audio/dashboards/d/overview/network-overview>`_. Servers marked with
|
||||||
"Open registrations" are available to sign up to.
|
"Open registrations" are available to sign up to.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue