Fix(docs): removes redundant information
Improves nginx docker readability Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2533>
This commit is contained in:
parent
4002b1a808
commit
4918c72b3f
|
@ -88,7 +88,7 @@ http {
|
||||||
expires 1d;
|
expires 1d;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ "/(front/)?embed.html" {
|
location = /embed.html {
|
||||||
add_header Content-Security-Policy "connect-src https: http: 'self'; default-src 'self'; script-src 'self' unpkg.com 'unsafe-inline' 'unsafe-eval'; style-src https: http: 'self' 'unsafe-inline'; img-src https: http: 'self' data:; font-src https: http: 'self' data:; object-src 'none'; media-src https: http: 'self' data:";
|
add_header Content-Security-Policy "connect-src https: http: 'self'; default-src 'self'; script-src 'self' unpkg.com 'unsafe-inline' 'unsafe-eval'; style-src https: http: 'self' 'unsafe-inline'; img-src https: http: 'self' data:; font-src https: http: 'self' data:; object-src 'none'; media-src https: http: 'self' data:";
|
||||||
add_header Referrer-Policy "strict-origin-when-cross-origin";
|
add_header Referrer-Policy "strict-origin-when-cross-origin";
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,6 @@ To set up your Docker environment:
|
||||||
```text
|
```text
|
||||||
MEDIA_URL=http://localhost:8000/media/
|
MEDIA_URL=http://localhost:8000/media/
|
||||||
STATIC_URL=http://localhost:8000/staticfiles/
|
STATIC_URL=http://localhost:8000/staticfiles/
|
||||||
MEDIA_ROOT=/data/media
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Create a network for federation support
|
3. Create a network for federation support
|
||||||
|
|
Loading…
Reference in New Issue