X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1ac08391f19ff1879f33389fde92a2c82331d5a9..0c44c8dc350bc40519993dfa09266c47ccc2b454:/config/nginx.conf?ds=sidebyside diff --git a/config/nginx.conf b/config/nginx.conf index ae7798546..e3fa24fae 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -220,10 +220,10 @@ http { # Set the MIME type for crossdomain.xml policy files # or flash will ignore it - location ~ /crossdomain\.xml { - types { - text/x-cross-domain-policy xml; - } + location ~ /crossdomain\.xml$ { + types { + text/x-cross-domain-policy xml; + } } } }