2 Коміти

Автор SHA1 Повідомлення Дата
  Gattes 12bef195a8 Adding Healthcheck and upgrading to latest synapse backend 10 місяці тому
  Gattes 349cee46de Adding Healthcheck and upgrading to latest synapse backend 10 місяці тому
1 змінених файлів з 10 додано та 0 видалено
  1. 10
    0
      install.sh

+ 10
- 0
install.sh Переглянути файл

@@ -173,6 +173,16 @@ server {
173 173
         proxy_http_version 1.1;
174 174
     }
175 175
 
176
+    # Proxy for Synapse Admin Panel
177
+    location /_synapse/admin {
178
+        proxy_pass http://10.10.10.4:8008;
179
+        proxy_set_header X-Forwarded-For \$remote_addr;
180
+        proxy_set_header X-Forwarded-Proto \$scheme;
181
+        proxy_set_header Host \$host;
182
+        client_max_body_size 50M;
183
+        proxy_http_version 1.1;
184
+    }
185
+
176 186
     # Sydent identity server
177 187
     location ~ ^(/_matrix/identity) {
178 188
         proxy_pass http://10.10.10.5:8090;

Завантаження…
Відмінити
Зберегти