Skip to content

Instantly share code, notes, and snippets.

@angelf
Last active September 26, 2015 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save angelf/1050860 to your computer and use it in GitHub Desktop.
Save angelf/1050860 to your computer and use it in GitHub Desktop.
EzProxy configuration for vLex
########################################################
# BASE CONFIGURATION EZPROXY
Option ProxyByHostname
MaxLifetime 120
MaxSessions 500
MaxVirtualHosts 1000
Audit Most
AuditPurge 7
Option StatusUser
Option LogSession
IntruderIPAttempts -interval=5 -expires=15 20
IntruderUserAttempts -interval=5 -expires=15 10
UsageLimit -enforce -interval=15 -expires=120 -MB=100 Global
LogFormat %h %l %u %t "%r" %s %b
LogFile -strftime ezp%Y%m.log
# END OF EZPROXY BASE CONFIGURATION
########################################################
########################################################
# VLEX ACCESS CONFIGURATION
Name my.proxy.server.com
HTTPMethod put
HTTPMethod delete
T vLex
U http://vlex.com
DJ vlex.com
URL http://vlex.com/account/login_ip
NeverProxy assets.vlex.com
# END OF VLEX CONFIGURATION
########################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment