Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9261 closed defect (wontfix)

TracFastCgi With Nginx

Reported by: kejinlu@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I just want to help someone when they use nginx, The sample of the nginx config file in the http://trac.edgewall.org/wiki/TracFastCgi is not complete,

We should add

#for ip
fastcgi_param REMOTE_ADDR         $remote_addr;
#For attchments
fastcgi_param    CONTENT_TYPE  $content_type;
fastcgi_param    CONTENT_LENGTH  $content_length;

Attachments (0)

Change History (2)

comment:1 by anonymous, 14 years ago

can you guys add them to the Page??

comment:2 by Christian Boos, 14 years ago

Resolution: wontfix
Status: newclosed

Well, the TracFastCgi page is a Wiki page, feel free to edit it yourself, eventually mentioning the purpose of the change, why was this needed for you, all things we have no idea about as we don't use NgInx.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.