Non-root install of Wordpress in an already running nginx site
Edho Arief
edho at myconan.net
Thu Apr 12 12:20:14 UTC 2012
2012/4/12 Ian Evans <ianevans at digitalhit.com>:
> On 10/04/2012 8:26 PM, Edho Arief wrote:
>>
>> this is regex based location block. It gets higher priority when
>> accessing /ournewblog/index.php .
>>
>> You need location ~ ^/ournewblog/ instead and put it as the first
>> location block (before other locations).
>
>
> Thanks...I'll give it a try.
>
Sorry, seems like location ^~ /ournewblog/ will also do the job.
More information about the nginx
mailing list