Typos
This commit is contained in:
parent
2febce8fe7
commit
f3062f5fbc
|
@ -82,7 +82,7 @@ Visit https://code.eliotberriot.com/funkwhale/funkwhale and clone the repository
|
||||||
A note about branches
|
A note about branches
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Next release development occurs on the "develop" branch, and releases are made on the "master" branch. Therefor, when submitting Merge Requests, ensure you are merging on the develop branch.
|
Next release development occurs on the "develop" branch, and releases are made on the "master" branch. Therefore, when submitting Merge Requests, ensure you are merging on the develop branch.
|
||||||
|
|
||||||
|
|
||||||
Working with docker
|
Working with docker
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed a couple of typos
|
|
@ -34,7 +34,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
|
||||||
# TLS
|
# TLS
|
||||||
# Feel free to use your own configuration for SSL here or simply remove the
|
# Feel free to use your own configuration for SSL here or simply remove the
|
||||||
# lines and move the configuration to the previous server block if you
|
# lines and move the configuration to the previous server block if you
|
||||||
# don't want to run funkwhale behind https (this is not recommanded)
|
# don't want to run funkwhale behind https (this is not recommended)
|
||||||
# have a look here for let's encrypt configuration:
|
# have a look here for let's encrypt configuration:
|
||||||
# https://certbot.eff.org/lets-encrypt/debianstretch-apache.html
|
# https://certbot.eff.org/lets-encrypt/debianstretch-apache.html
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|
|
@ -31,7 +31,7 @@ server {
|
||||||
# TLS
|
# TLS
|
||||||
# Feel free to use your own configuration for SSL here or simply remove the
|
# Feel free to use your own configuration for SSL here or simply remove the
|
||||||
# lines and move the configuration to the previous server block if you
|
# lines and move the configuration to the previous server block if you
|
||||||
# don't want to run funkwhale behind https (this is not recommanded)
|
# don't want to run funkwhale behind https (this is not recommended)
|
||||||
# have a look here for let's encrypt configuration:
|
# have a look here for let's encrypt configuration:
|
||||||
# https://certbot.eff.org/all-instructions/#debian-9-stretch-nginx
|
# https://certbot.eff.org/all-instructions/#debian-9-stretch-nginx
|
||||||
ssl_protocols TLSv1.2;
|
ssl_protocols TLSv1.2;
|
||||||
|
|
Loading…
Reference in New Issue