From: Tom Hughes Date: Mon, 20 Apr 2009 18:57:05 +0000 (+0000) Subject: Detabify. X-Git-Tag: live~7582 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0c44c8dc350bc40519993dfa09266c47ccc2b454?hp=1ac08391f19ff1879f33389fde92a2c82331d5a9 Detabify. --- 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; + } } } }