Fix(docs): removes redundant information

Improves nginx docker readability

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2533>
env-file-cleanup
Marcos Peña 2023-07-25 10:55:52 +02:00 zatwierdzone przez Georg Krause
rodzic 4002b1a808
commit 4918c72b3f
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ http {
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 Referrer-Policy "strict-origin-when-cross-origin";

Wyświetl plik

@ -53,7 +53,6 @@ To set up your Docker environment:
```text
MEDIA_URL=http://localhost:8000/media/
STATIC_URL=http://localhost:8000/staticfiles/
MEDIA_ROOT=/data/media
```
3. Create a network for federation support