projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac0839
)
Detabify.
author
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 18:57:05 +0000
(18:57 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 18:57:05 +0000
(18:57 +0000)
config/nginx.conf
patch
|
blob
|
history
diff --git
a/config/nginx.conf
b/config/nginx.conf
index ae779854686bafb52270be786e6a0efb7012ec27..e3fa24fae67c423406f977d517869e9118be7bd0 100644
(file)
--- 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;
+ }
}
}
}