Edgewall Software
Modify

Ticket #9261 (closed defect: wontfix)

Opened 22 months ago

Last modified 17 months ago

TracFastCgi With Nginx

Reported by: kejinlu@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 22 months ago by anonymous

can you guys add them to the Page??

comment:2 Changed 17 months ago by cboos

  • Resolution set to wontfix
  • Status changed from new to closed

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?.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from (none). Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.