Skip to content

Instantly share code, notes, and snippets.

@edulix
Created March 9, 2015 12:10
Show Gist options
  • Select an option

  • Save edulix/db8599c4c79f30ba9002 to your computer and use it in GitHub Desktop.

Select an option

Save edulix/db8599c4c79f30ba9002 to your computer and use it in GitHub Desktop.
[
{
"type": "ip",
"geoip_db_path": "/home/agoraelections/agora-elections/admin/utils/GeoLiteCity.dat",
"ips_log": "/home/agoraelections/nginx_log",
"ips_regex": "^(?P<ip>\S+).*POST /elections/api/election/(?P<election_id>\d+)/voter/(?P<voter_id>\w+)\s",
"locations_whitelist": [
{
"city": "Barcelona",
"region_code": "BCN",
"country_name": "Spain"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment