ee /usr/local/www/nginx/proxy.pac Aşağıdakini az önce oluşturduğunuz dosyaya yapıştırın. Proxy adresimi (192.168.1.1) sizinkiyle değiştirin. function FindProxyForURL(url,host) { // If the requested website is hosted within the internal networks, send direct. if (isPlainHostName(host) || shExpMatch(host, “*.local.lan”) || isInNet(dnsResolve(host), “10.0.0.0”, “255.0.0.0”) || isInNet(dnsResolve(host), “172.16.0.0”, “255.240.0.0”) || isInNet(dnsResolve(host), “192.168.0.0”, “255.255.0.0”) || isInNet(dnsResolve(host), “127.0.0.0”, “255.255.255.0”)) return “DIRECT”; //Default rule: all
Read More