Procházet zdrojové kódy

Server non-scary page at matrix domain (take 2)

Fix for 12b65d8ccc.
pull/61/head
Slavi Pantaleev před 7 roky
rodič
revize
87b5f0a4d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-server/templates/nginx-conf.d/matrix-synapse.conf.j2

+ 1
- 1
roles/matrix-server/templates/nginx-conf.d/matrix-synapse.conf.j2 Zobrazit soubor

@@ -107,6 +107,6 @@ server {
}

location / {
set $location "/_matrix/static/";
rewrite ^/$ /_matrix/static/ last;
}
}

Načítá se…
Zrušit
Uložit