diff --git a/type/__ungleich_matrix/files/nginx-vhost-config.sh b/type/__ungleich_matrix/files/nginx-vhost-config.sh index 1ae4716..6aa0191 100755 --- a/type/__ungleich_matrix/files/nginx-vhost-config.sh +++ b/type/__ungleich_matrix/files/nginx-vhost-config.sh @@ -90,7 +90,7 @@ location ~ /_matrix|/_synapse { proxy_set_header X-Forwarded-Proto \$scheme; proxy_set_header Host \$http_host; proxy_set_header X-Real-IP \$remote_addr; - proxy_pass http://localhost:8008; + # proxy_pass http://localhost:8008; location ~ /_synapse/metrics { # service-monitoring.p6 (monitoring LAN). @@ -153,4 +153,8 @@ if [ -n "$REGISTER_WORKERS" ]; then EOF fi +cat << EOF + proxy_pass http://localhost:8008; +EOF + echo "}"