Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/voutilad/haproxy-and-neo4j

Example config and helper script for front-ending a Neo4j instance with HAProxy
https://github.com/voutilad/haproxy-and-neo4j

haproxy letsencrypt neo4j shell

Last synced: 19 days ago
JSON representation

Example config and helper script for front-ending a Neo4j instance with HAProxy

Awesome Lists containing this project

README

        

# haproxy-and-neo4j
Example config and helper script for front-ending a Neo4j instance with HAProxy

Example /etc/crontab entry:
```
0 0,12 * * * root python -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/letsencrypt.sh renew c360.sisu.io
```