Unidirectional synchronization and admin back-end

Posted by HTF on Server Fault See other posts from Server Fault or by HTF
Published on 2012-06-12T14:52:18Z Indexed on 2012/06/12 16:42 UTC
Read the original article Hit count: 255

Filed under:
|
|

I have Wordpress installation on two web nodes (load balancing/failover). There is unidirectional synchronization from server A to server B so any updates must occur on the first web node.

I have a problem with Wordpress admin side. I'm using Nginx and the initial plan was to create rewrite rule from domain.com/wp-admin to wpadmin.domain.com - pointing to the first node. The problem is that the Wordpress installation can be access only via main domain and without extra subdomain there is no distinction between both web servers for the rewrite rule.

Could you please advise if there is any other solution in this case.

Regards

© Server Fault or respective owner

Related posts about nginx

Related posts about rewrite