Detabify.

This commit is contained in:
Tom Hughes 2009-04-20 18:57:05 +00:00
parent 1ac08391f1
commit 0c44c8dc35

View file

@ -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;
}
}
}
}