mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Add missing options to ProxyPass
This commit is contained in:
parent
3cb34e6998
commit
fcd96b5dee
@ -113,7 +113,7 @@
|
|||||||
# Beware: In this example the local traffic goes to the local synapse server at 127.0.0.1
|
# Beware: In this example the local traffic goes to the local synapse server at 127.0.0.1
|
||||||
# Of course you can use another IPADRESS in case of using other synapse servers in your network
|
# Of course you can use another IPADRESS in case of using other synapse servers in your network
|
||||||
AllowEncodedSlashes NoDecode
|
AllowEncodedSlashes NoDecode
|
||||||
ProxyPass /_matrix http://127.0.0.1:8048/_matrix
|
ProxyPass /_matrix http://127.0.0.1:8048/_matrix retry=0 nocanon
|
||||||
ProxyPassReverse /_matrix http://127.0.0.1:8048/_matrix
|
ProxyPassReverse /_matrix http://127.0.0.1:8048/_matrix
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log
|
ErrorLog ${APACHE_LOG_DIR}/matrix.DOMAIN-error.log
|
||||||
|
Loading…
Reference in New Issue
Block a user