Modify ↓
Opened 15 years ago
Closed 14 years ago
#9261 closed defect (wontfix)
TracFastCgi With Nginx
Reported by: | 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 , 15 years ago
comment:2 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → 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.
Note:
See TracTickets
for help on using tickets.
can you guys add them to the Page??