Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi server support #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

radilr1
Copy link

@radilr1 radilr1 commented May 1, 2014

This pull request includes the fixes from the previous pull requests and they should be merged first.
To enable load balancer in the node add the following lines:

    "private_ip": "192.168.1.10",                         // if the server is used as slave by loadbalancer or postgre
    "nginx": {
      "load_balancer": ["192.168.1.10", "192.168.1.11"],  //install the load balancer in nginx
      "load_balanced": true                               // if the server is load balanced
    },

To enable the postgres replication add:

    "postgresql": {
      "nodes": ["10.128.180.129", "10.128.181.7"],
      "replication": "slave"
    },

Note: the database.host should point to the master server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant