1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-10 21:52:20 +02:00

Merge pull request #629 from ctwelve/patch-1

Undo ill-advised change
This commit is contained in:
Slavi Pantaleev
2020-08-10 08:57:56 +03:00
committed by GitHub

View File

@@ -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 %}