User Tools

Site Tools


wordpress_proxypass

When wordpress is configured in a master-slave configuration, you need to be aware that making changes on the /wp-admin panel may not be saving the changes.
If you visit example.com/wp-admin you may be visiting the slave server. If you make changes on the slave server then lsync can simply overwrite the changes made.
You will

<IfDefine SLAVE>

  RewriteEngine On

  ProxyPreserveHost On

  ProxyPass /wp-admin/ http://${MASTER_SERVER}/wp-admin/
  ProxyPassReverse /wp-admin/ http://${MASTER_SERVER}/wp-admin/

  RewriteCond %{REQUEST_METHOD} =POST
  RewriteRule . http://${MASTER_SERVER}%{REQUEST_URI} [P]

</IfDefine>

wordpress_proxypass.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki