Changes between Version 4 and Version 5 of DjangoAndNginx


Ignore:
Timestamp:
Nov 2, 2011, 1:23:07 PM (12 years ago)
Author:
anonymous
Comment:

Added remote_addr parameter -- django throws error otherwise

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndNginx

    v4 v5  
    137137                        fastcgi_pass_header Authorization;
    138138                        fastcgi_intercept_errors off;
     139                        fastcgi_param REMOTE_ADDR $remote_addr;
    139140                        }
    140141                access_log      /var/log/nginx/localhost.access_log main;
Back to Top