XML-LibXML-Proxy

 view release on metacpan or  search on metacpan

lib/XML/LibXML/Proxy.pm  view on Meta::CPAN

			proxy_buffering on;
			resolver 8.8.8.8 8.8.4.4;
			expires max;
			proxy_cache forward-zone;
			proxy_cache_valid 200 302 301 1w;
			proxy_cache_valid any 1m;
			proxy_cache_key "$scheme:$proxy_host:$request_uri";
			proxy_pass $scheme://$host$request_uri;
			proxy_set_header Host $http_host;
			proxy_set_header X-Real-IP $remote_addr;
			proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
			proxy_ignore_headers "Set-Cookie";
		}
	}

=head1 AUTHOR

Stéphane Lavergne L<https://github.com/vphantom>

=head1 ACKNOWLEDGEMENTS



( run in 0.820 second using v1.01-cache-2.11-cpan-26ccb49234f )