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.
This commit is contained in:
Justin Croonenberghs
2020-08-09 14:20:37 -05:00
committed by GitHub
parent 7c26d1b90e
commit 31e2a1f06b

View File

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