This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#628
from ctwelve/patch-1
Update CORS for ma1sd
pull/629/head
Slavi Pantaleev
6 years ago
committed by
GitHub
parent
ca83f20ec5
c5d18733d2
commit
7c26d1b90e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2
+ 1
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2
View File
@@ -64,6 +64,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
add_header Access-Control-Allow-Origin *;
}
{% endif %}
Write
Preview
Loading…
Cancel
Save