Detabify.
This commit is contained in:
parent
1ac08391f1
commit
0c44c8dc35
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue