diff --git a/conf/nginx.conf b/conf/nginx.conf index 64d3608..8b4f555 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,5 +37,5 @@ location / { } location ~ ^/media { - more_set_headers "Content-Security-Policy script-src 'sandbox';"; + more_set_headers "Content-Security-Policy : script-src 'sandbox';"; }