Undo ill-advised change

In #628 I proposed a CORS change that turns out not to be the root of the issue. Caffeine-addled diagnosis leads to sloppy thinking, and this change should be reverted. In fact, if left it will cause problems for new installations.
master
Justin Croonenberghs 4 years ago committed by GitHub
parent 7c26d1b90e
commit 31e2a1f06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,6 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
add_header Access-Control-Allow-Origin *;
}
{% endif %}

Loading…
Cancel
Save