synapse-admin icon indicating copy to clipboard operation
synapse-admin copied to clipboard

Enhance Doku

Open vsatmydynipnet opened this issue 3 years ago • 0 comments

If synapse admin is running on a different box there must be a change to synapse reversed proxy

  # this is for synapse-admin running on different server needing access to _synapse/admin
  # which has normally no reverse proxy. because we run on another server we need to
  # reverse proxy this one, restricted to our IPs
  ProxyPass /_synapse/admin http://127.0.0.1:8008/_synapse/admin nocanon
  ProxyPassReverse /_synapse/admin http://127.0.0.1:8008/_synapse/admin
  <Location /_synapse/admin/>
      Deny from all
      Allow from 1.2.3.4 10.1
  </Location>

vsatmydynipnet avatar May 29 '21 14:05 vsatmydynipnet