Advertising
advertising
related pastes to tag 'nginx'
- 975112 - nginx conf: nginx
-
- location / {
- proxy_pass http://squid;
- proxy_redirect default;
- proxy_set_header Host $host;
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- client_max_body_size 10m;
- client_body_buffer_size 128k;
- 975110 - nginx conf: nginx
-
- location / {
- proxy_pass http://squid;
- proxy_redirect default;
- proxy_set_header Host $host;
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- client_max_body_size 10m;
- client_body_buffer_size 128k;