Skip to content

Instantly share code, notes, and snippets.

@agrif
Created July 8, 2012 04:22
Show Gist options
  • Save agrif/3069305 to your computer and use it in GitHub Desktop.
Save agrif/3069305 to your computer and use it in GitHub Desktop.
fastcgi_pass unix:/var/www/org/overviewer/django.socket;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;
fastcgi_param SERVER_NAME $server_name;
fastcgi_param SERVER_PORT $server_port;
fastcgi_param SERVER_PROTOCOL $server_protocol;
fastcgi_param REMOTE_ADDR $remote_addr;
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment