diff --git a/nginx.conf b/nginx.conf index 7a8dcf7..e9f787c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -55,5 +55,17 @@ http { location /static { alias /static; } + + location /crossdomain.xml { + default_type text/xml; + return 200 ' + + + + + + '; + expires 24h; + } } }