Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'nginx'

975112 - nginx conf: nginx
  1. location / {
  2.    proxy_pass http://squid;
  3.    proxy_redirect     default;
  4.    proxy_set_header   Host             $host;
  5.    proxy_set_header   X-Real-IP        $remote_addr;
  6.    proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
  7.    client_max_body_size       10m;
  8.    client_body_buffer_size    128k;
  9.  
975110 - nginx conf: nginx
  1. location / {
  2.    proxy_pass http://squid;
  3.    proxy_redirect     default;
  4.    proxy_set_header   Host             $host;
  5.    proxy_set_header   X-Real-IP        $remote_addr;
  6.    proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
  7.    client_max_body_size       10m;
  8.    client_body_buffer_size    128k;
  9.  
worth-right
worth-right