chore: clean files using pre-commit
This commit is contained in:
parent
f4dbc584e1
commit
0061e82ecd
81 changed files with 137 additions and 128 deletions
|
|
@ -131,7 +131,7 @@ Serving files from an object store requires some changes to the reverse proxy.
|
|||
4. Add your S3 store URL to the `img-src` and `media-src` headers.
|
||||
|
||||
```{code-block} text
|
||||
add_header Content-Security-Policy "...img-src 'self' https://<your-s3-URL> data:;...media-src https://<your-s3-URL> 'self' data:";
|
||||
add_header Content-Security-Policy "...img-src 'self' https://<your-s3-URL> data:;...media-src https://<your-s3-URL> 'self' data:";
|
||||
```
|
||||
|
||||
5. Test your Nginx configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue