Browse Source
Merge pull request #629 from ctwelve/patch-1
Undo ill-advised change
pull/631/head
Slavi Pantaleev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2
|
|
@@ -64,7 +64,6 @@ |
|
|
|
|
|
|
|
|
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 %} |
|
|
|
|
|
|
|
|
|