Bläddra i källkod

quotes, simplify

pull/245/head
Marcel Ackermann 6 år sedan
committed by GitHub
förälder
incheckning
d55db2bee2
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 1 tillägg och 5 borttagningar
  1. +1
    -5
      examples/apache/matrix-synapse.conf

+ 1
- 5
examples/apache/matrix-synapse.conf Visa fil

@@ -47,7 +47,7 @@
<Files "/matrix/static-files/.well-known/matrix/client">
Require all granted
</Files>
<Location "/.well-known/matrix/client>
<Location "/.well-known/matrix/client">
Header always set Content-Type "application/json"
Header always set Access-Control-Allow-Origin "*"
</Location>
@@ -56,10 +56,6 @@
<Files "/matrix/static-files/.well-known/matrix/server">
Require all granted
</Files>
<Location "/.well-known/matrix/server>
Header always set Content-Type "application/json"
Header always set Access-Control-Allow-Origin "*"
</Location>
<Directory /matrix/static-files/.well-known/matrix/>
AllowOverride All
# Apache 2.4:


Laddar…
Avbryt
Spara