Sha256: b3bc381b4cd242d516d8bc4816ede94123a77637cd8988c80f1f768dcbf82315

Contents?: true

Size: 1.09 KB

Versions: 50

Compression:

Stored size: 1.09 KB

Contents

events {
  worker_connections 1024;
}

http {
  server {
    listen 80;
    server_name localhost;

    location / {
      fastcgi_pass   127.0.0.1:8000;

      fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
      fastcgi_param  SERVER_SOFTWARE    nginx;
      fastcgi_param  QUERY_STRING       $query_string;
      fastcgi_param  REQUEST_METHOD     $request_method;
      fastcgi_param  CONTENT_TYPE       $content_type;
      fastcgi_param  CONTENT_LENGTH     $content_length;
      fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
      fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
      fastcgi_param  REQUEST_URI        $request_uri;
      fastcgi_param  DOCUMENT_URI       $document_uri;
      fastcgi_param  DOCUMENT_ROOT      $document_root;
      fastcgi_param  SERVER_PROTOCOL    $server_protocol;
      fastcgi_param  REMOTE_ADDR        $remote_addr;
      fastcgi_param  REMOTE_PORT        $remote_port;
      fastcgi_param  SERVER_ADDR        $server_addr;
      fastcgi_param  SERVER_PORT        $server_port;
      fastcgi_param  SERVER_NAME        $server_name;
    }
  }
}

Version data entries

50 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/experimental_code/a/nginx.conf
aliens-1.0.94 ./other/experimental_code/a/nginx.conf
freespeech-1.0.94 ./other/experimental_code/a/nginx.conf
elonmusk-1.0.94 ./other/experimental_code/a/nginx.conf
politics-1.0.94 ./other/experimental_code/a/nginx.conf
democracy-1.0.94 ./other/experimental_code/a/nginx.conf
democracy-1.0.93 ./other/experimental_code/a/nginx.conf
ufos-1.0.91 ./other/experimental_code/a/nginx.conf
aliens-1.0.91 ./other/experimental_code/a/nginx.conf
freespeech-1.0.91 ./other/experimental_code/a/nginx.conf
elonmusk-1.0.91 ./other/experimental_code/a/nginx.conf
politics-1.0.91 ./other/experimental_code/a/nginx.conf
politics-1.0.89 ./other/experimental_code/a/nginx.conf
ufos-1.0.87 ./other/experimental_code/a/nginx.conf
aliens-1.0.87 ./other/experimental_code/a/nginx.conf
freespeech-1.0.87 ./other/experimental_code/a/nginx.conf
elonmusk-1.0.87 ./other/experimental_code/a/nginx.conf
politics-1.0.87 ./other/experimental_code/a/nginx.conf
ufos-1.0.88 ./other/experimental_code/a/nginx.conf
aliens-1.0.88 ./other/experimental_code/a/nginx.conf