]> git.openstreetmap.org Git - rails.git/blobdiff - config/nginx.conf
Detabify.
[rails.git] / config / nginx.conf
index ae779854686bafb52270be786e6a0efb7012ec27..e3fa24fae67c423406f977d517869e9118be7bd0 100644 (file)
@@ -220,10 +220,10 @@ http {
 
         # Set the MIME type for crossdomain.xml policy files
         # or flash will ignore it
 
         # 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;
+            }
         }
     }
 }
         }
     }
 }