forked from b13/proxycachemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
executable file
·5 lines (4 loc) · 873 Bytes
/
Copy pathext_conf_template.txt
File metadata and controls
executable file
·5 lines (4 loc) · 873 Bytes
1
2
3
4
5
# cat=proxy; type=options[Varnish via Curl/HTTP=B13\Proxycachemanager\Provider\VarnishHttpProxyProvider,Cloudflare/HTTP=B13\Proxycachemanager\Provider\CloudflareProxyProvider,Fastly/HTTP=B13\Proxycachemanager\Provider\FastlyProxyProvider,Nginx via Curl/HTTP=B13\Proxycachemanager\Provider\CurlHttpProxyProvider]; label=Choose the reverse proxy:Select the proxy in use and its provider to connect to the provider
reverseProxyProvider = B13\Proxycachemanager\Provider\VarnishHttpProxyProvider
# cat=proxy; label=Define the IP/hostname of the reverse proxy:Use multiple hosts as a comma-separated list, also, you can use these variables ({scheme}, {host}, {port}, {user}, {pass}, {path}, {query}, {fragment}, {url}) to make PURGE calls dynamically. Useful for nginx. Usually http://127.0.0.1:8023/{path} should do the trick
reverseProxyEndpoints = http://{host}/purge/{path}