Slavi Pantaleev
6 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
0 usunięć
-
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2
|
|
@@ -64,6 +64,7 @@ |
|
|
|
|
|
|
|
|
proxy_set_header Host $host; |
|
|
proxy_set_header Host $host; |
|
|
proxy_set_header X-Forwarded-For $remote_addr; |
|
|
proxy_set_header X-Forwarded-For $remote_addr; |
|
|
|
|
|
add_header Access-Control-Allow-Origin *; |
|
|
} |
|
|
} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|