]> git.openstreetmap.org Git - rails.git/commitdiff
Detabify.
authorTom Hughes <tom@compton.nu>
Mon, 20 Apr 2009 18:57:05 +0000 (18:57 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 20 Apr 2009 18:57:05 +0000 (18:57 +0000)
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
-        location ~ /crossdomain\.xml {
-                       types {
-                               text/x-cross-domain-policy xml;
-                       }
+        location ~ /crossdomain\.xml$ {
+            types {
+                text/x-cross-domain-policy xml;
+            }
         }
     }
 }