Hello,
I have a small issue with my nginx (1.2.1) configuration:
some files are served as "application/octet-stream" while they are
detected as "text/plain" by "mimetype " command.
File names are just "1", "2", and so on.
Is there a way to enforce mimetype for those files?
I thought about somet
Thanks for you answer, I will try to see with Trend.
Have a nice day
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,247278,247316#msg-247316
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
NT_ROOT$document_root;
}
location /upload/ {
internal;
}
}
}
Server :
2008 R2 SP1 (Virtual Machine)
2 vCPU
8Gb memory
Have you any ideas about this problem ?
Thanx in advance,
Cédric
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,247278,247278#msg-247278
_