diff --git a/plinth/modules/matrixsynapse/data/etc/apache2/conf-available/matrix-synapse-plinth.conf b/plinth/modules/matrixsynapse/data/etc/apache2/conf-available/matrix-synapse-plinth.conf index 292ef44ce..de4b878b5 100644 --- a/plinth/modules/matrixsynapse/data/etc/apache2/conf-available/matrix-synapse-plinth.conf +++ b/plinth/modules/matrixsynapse/data/etc/apache2/conf-available/matrix-synapse-plinth.conf @@ -5,8 +5,5 @@ ## 8448. Further, federation requires same TLS public key to be provided to ## Apache and Matrix Synapse server. ## - - AllowEncodedSlashes NoDecode - ProxyPass /_matrix http://localhost:8008/_matrix nocanon - ProxyPassReverse /_matrix http://localhost:8008/_matrix - +ProxyPass /_matrix http://localhost:8008/_matrix nocanon +ProxyPassReverse /_matrix http://localhost:8008/_matrix