User Tools

Site Tools


nginx:wsus_proxy

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nginx:wsus_proxy [2013/01/31 11:53] bigginginx:wsus_proxy [2015/08/15 22:56] (current) – external edit 127.0.0.1
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 somewhere, don'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]]
  
-You need to correct "PETEYPOO"YOUR.WSUS.SERVER" to make this work. +You need to correct "DAZCACHE""YOUR.WSUS.SERVER" and "192.168.222.0/24" to make this work. 
-<code nginx nginx.conf>+ 
 +<file nginx nginx.conf>
 user  nobody; user  nobody;
 worker_processes  1; worker_processes  1;
Line 36: 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 72: Line 73:
  }  }
 } }
-</code>+</file>
nginx/wsus_proxy.1359629591.txt.gz · Last modified: 2015/08/15 22:56 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki