Welcome! Log In Create A New Profile

Advanced

Re: Need to serve multiple directories/drives on windows

June 16, 2009 08:15PM
On Wed, Jun 17, 2009 at 2:19 AM, Per Jonsson<poj+nginx@lysator.liu.se> wrote:
> dwatrous wrote:
>>
>> Thanks for the reply.  This still isn't working.  Here is my entire
>> config file.  As an initial test I've included only the C drive.
>>
>> worker_processes  1;
>>
>> events {
>>    worker_connections  1024;
>> }
>>
>> http {
>>    include       mime.types;
>>    default_type  application/octet-stream;
>>    sendfile        on;
>>    keepalive_timeout  65;
>>    server {
>>        listen       50000;
>>        server_name  localhost;
>>
>>        location /c {
>>            root  c:/;
>>        }
>
> replace the location with
> location /c {
>            alias  c:/;
>        }
>
> If I remember correctly a request for /c/foo.html with the root directive in
> the location results in nginx looking for the file
> "c:\c\foo.html", and not "c:\foo.html"
> This was discussed quite recently on the mailing list.
>
>
> /PoJ
>
>

oh right, i completely forgot about this.

Well, there's another solution if the partition is all ntfs: create a
folder which the subfolders are mount point for the drives.

(I personally find using alias is a headache when combined with fastcgi)

--
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Subject Author Posted

Need to serve multiple directories/drives on windows

dwatrous June 16, 2009 12:13PM

Re: Need to serve multiple directories/drives on windows

Igor Sysoev June 16, 2009 12:31PM

RE: Need to serve multiple directories/drives on windows

dwatrous June 16, 2009 02:01PM

Re: Need to serve multiple directories/drives on windows

edogawaconan June 16, 2009 02:07PM

RE: Need to serve multiple directories/drives on windows

dwatrous June 16, 2009 02:49PM

Re: Need to serve multiple directories/drives on windows

Igor Sysoev June 16, 2009 02:10PM

Re: Need to serve multiple directories/drives on windows

Per Jonsson June 16, 2009 03:19PM

RE: Need to serve multiple directories/drives on windows

dwatrous June 16, 2009 03:57PM

Re: Need to serve multiple directories/drives on windows

edogawaconan June 16, 2009 08:15PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 178
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready