Browse Source

Fix host setting.

pull/596/head
Sebastian 5 years ago
parent
commit
bc08325814
  1. 2
      backend/src/Squidex/appsettings.json

2
backend/src/Squidex/appsettings.json

@ -20,7 +20,7 @@
/* /*
* Set it to true to return a 400 if the host does not match. * Set it to true to return a 400 if the host does not match.
*/ */
"enforceHost": true, "enforceHost": false,
/* /*
* A list of known proxies to make forward headers safer. * A list of known proxies to make forward headers safer.

Loading…
Cancel
Save