mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
fix syntax (again)
This commit is contained in:
parent
1429f974ad
commit
82b42e2aa2
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ location / {
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/media {
|
location ~ ^/media {
|
||||||
more_set_headers "Content-Security-Policy script-src 'sandbox';";
|
more_set_headers "Content-Security-Policy : script-src 'sandbox';";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue