<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Try it with a mp4,flv,jpg file. Not documents that have a plain text mime type.<br><br><div>> To: nginx@nginx.org<br>> Subject: Re: RE: Windows | Nginx Mapped Hard Drive | Network Sharing<br>> From: nginx-forum@nginx.us<br>> Date: Fri, 4 Apr 2014 18:59:50 -0400<br>> <br>> I did a simple config:<br>> <br>> server {<br>> listen 80;<br>> server_name localhost;<br>> <br>> root Y:/www.mydomain.nl;<br>> index index.php index.html index.htm default.html default.htm;<br>> location / {<br>> proxy_set_header X-Real-IP $remote_addr;<br>> proxy_set_header X-Forwarded-For $remote_addr;<br>> proxy_set_header Host $host;<br>> #proxy_pass http://127.0.0.1:8000;<br>> expires 3s;<br>> max_ranges 0;<br>> }<br>> # deny access to .htaccess files, if Apache's document root<br>> # concurs with nginx's one<br>> #<br>> location ~ /\.ht {<br>> return 404;<br>> }<br>> location ~<br>> ^/(xampp|security|phpmyadmin|licenses|webalizer|server-status|server-info|cpanel|configuration.php)<br>> {<br>> return 404;<br>> }    <br>> }<br>> <br>> And accessed http://localhost/Disclaimer.txt<br>> which works perfectly, your config is not optimal but the share works as it<br>> suppose to.<br>> so its definitely a config issue and not a share issue.<br>> <br>> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249008,249021#msg-249021<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div>                                    </div></body>
</html>