This is more of a best practice question. We need to reliably sync our
nginx config between multiple front end servers. Just curious what
other do in this regard.
Rsync does what it says on the tin but would prefer something a little
more real-time. Would also prefer to avoid creating a failure point
with NFS.
Suggestions welcome!
John
__
John Macleod
Alentus UK Limited
Seymour House
South Street
Bromley
BR1 1RH
+44 (0)208 315 5800
+44 (0)208 315 5801 Fax
+44 (0)208 819 0358 Direct alentus.co.uk | alentus.com
"Please consider the environment before printing this e-mail
This e-mail (and/or any attachment) contains information, which is
confidential and intended solely for the attention and use of the named
addressee(s). If you are not the intended recipient you must not copy,
distribute or use it for any purpose or disclose the contents to any
person. If you have received this e-mail in error, please immediately
notify the sender. The information contained in this e-mail (and any
attachments) is supplied in good faith, but the sender shall not be
under any liability in damages or otherwise for any reliance that may be
placed upon it by the recipient, nor does it constitute a contract in
any way. Any comments or opinions expressed are those of the originator
not of Alentus Corporation unless otherwise expressly stated."
This is more of a best practice question. We need to reliably sync our nginx
config between multiple front end servers. Just curious what other do in this
regard.
Rsync does what it says on the tin but would prefer something a little more
real-time. Would also prefer to avoid creating a failure point with NFS.
Take a look at GlusterFS. You can use it like RAID1 across multiple
hosts.
This is more of a best practice question. We need to reliably sync our nginx
config between multiple front end servers. Just curious what other do in this
regard.
Rsync does what it says on the tin but would prefer something a little more
real-time. Would also prefer to avoid creating a failure point with NFS.
Suggestions welcome!
Hi John.
If you want something real-time, maybe check ‘lsyncd’. Also there is
‘unison’, after you change your config, sync it with all boxes. Highly
depends on use case and what you exact want to do.
If you want something real-time, maybe check ‘lsyncd’. Also there is
‘unison’, after you change your config, sync it with all boxes. Highly
depends on use case and what you exact want to do.