User Tools

Site Tools


nginx:wsus_proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
nginx:wsus_proxy [2013/01/31 11:33] – created bigginginx:wsus_proxy [2014/10/27 13:57] biggi
Line 1: Line 1:
-nginx 'WSUS config' I use at work to tunnel WSUS updates from one country to another via. low bandwidth connections (I use "wondershaper" to limit the total bandwidth of the server, as other services such as squid proxy is running too). Most of it I found somewheredon't remember where, sorry+nginx 'WSUS config' I use at work to tunnel WSUS updates from one country to another via. low bandwidth connections (I use "wondershaper" to limit the total bandwidth of the server, as other services such as squid proxy is running too). The original page is found at the nginx wiki: [[http://wiki.nginx.org/WSUSProxy|WSUSProxy]] 
-<code nginx>+ 
 +You need to correct "DAZCACHE""YOUR.WSUS.SERVER" and "192.168.222.0/24" to make this work. 
 + 
 +<file nginx nginx.conf>
 user  nobody; user  nobody;
 worker_processes  1; worker_processes  1;
Line 34: Line 37:
 # Limit outgoing bandwidth pr. client # Limit outgoing bandwidth pr. client
  listen       80;  listen       80;
- server_name  PETEYPOO;+ server_name  DAZCACHE;
  
  #access_log  logs/host.access.log  main;  #access_log  logs/host.access.log  main;
Line 70: Line 73:
  }  }
 } }
-</code>+</file>
nginx/wsus_proxy.txt · Last modified: 2015/08/15 22:56 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki