Nginx rewrite for wordpress MU problem
mike
mike503 at gmail.com
Thu Oct 23 12:19:32 MSD 2008
to clarify:
i meant global server {} level
and so you don't have to hardcode it
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
On Thu, Oct 23, 2008 at 1:15 AM, Dave Cheney <dave at cheney.net> wrote:
> Cool - thanks, I didn't know that.
>
> On 23/10/2008, at 6:45 PM, mike wrote:
>
>> On Thu, Oct 23, 2008 at 12:34 AM, Dave Cheney <dave at cheney.net> wrote:
>>
>> this location block stuff is not needed:
>>
>> - location / {
>> index index.php;
>> - }
>>
>>
>> note that these can be hardcoded into fastcgi.conf and even placed on
>> a global level
>
>
>
More information about the nginx
mailing list