Changes between Version 13 and Version 14 of DjangoAndNginx
- Timestamp:
- May 16, 2012, 4:35:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndNginx
v13 v14 56 56 }}} 57 57 58 If your urls are not working correctly, you may need to add this line to `location /`: 59 {{{ 60 fastcgi_split_path_info ^()(.*)$; 61 }}} 62 58 63 You may use a unix socket instead of a port number like so: `fastcgi_pass unix:/home/www/myhostname/fastcgi.sock` 59 64