Modify ↓
Opened 15 years ago
Closed 14 years ago
#9260 closed defect (duplicate)
TracFastCgi With Nginx
Reported by: | anonymous | 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)
Note:
See TracTickets
for help on using tickets.
Duplicate of #9261