Skip to content

Commit a4cf8fe

Browse files
committed
overlays/etc/lava-server/settings.d/01-unsecure.yaml: Need to allow more hosts after all.
So, just allow all, like upstream has. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
1 parent 7ef3ae4 commit a4cf8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
HTTPS_XML_RPC: false
22
CSRF_COOKIE_SECURE: false
33
SESSION_COOKIE_SECURE: false
4-
ALLOWED_HOSTS: ["192.168.1.14", "127.0.0.1", "localhost"]
4+
ALLOWED_HOSTS: ["*"]

0 commit comments

Comments
 (0)