Fixed some typo/wording in the documentation

This commit is contained in:
Eliot Berriot 2019-04-08 11:11:35 +02:00
commit e9cfc4d279
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 4 additions and 4 deletions

View file

@ -59,10 +59,10 @@ The reverse proxy
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
will receive client HTTP requests, and:
will receive client HTTP or HTTPS requests, and:
- 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
--------------