Quellcode durchsuchen

Do not restart matrix-nginx-proxy during media store import

Previously, it was more necessary to have it
(because we had a dependency between matrix-synapse and matrix-nginx-proxy)..
But nowadays, it can be removed without negative side effects.

Restarting matrix-nginx-proxy is especially bad when the proxy is not installed at all.
pull/59/head
Slavi Pantaleev vor 7 Jahren
committed by GitHub
Ursprung
Commit
60c7af93fe
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. +0
    -1
      roles/matrix-server/tasks/import_media_store.yml

+ 0
- 1
roles/matrix-server/tasks/import_media_store.yml Datei anzeigen

@@ -63,4 +63,3 @@
when: stopping_result.changed when: stopping_result.changed
with_items: with_items:
- matrix-synapse - matrix-synapse
- matrix-nginx-proxy

Laden…
Abbrechen
Speichern