Skip to content

Commit b3e1a83

Browse files
committed
Add 127.0.0.1 to allowed hosts
1 parent 5d673dc commit b3e1a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ play {
2121
frameOptions = "sameorigin"
2222
}
2323
hosts {
24-
allowed = [".playframework.com", "localhost", "playframework-com-app"] # playframework-com-app is the upstream host configured in nginx
24+
allowed = [".playframework.com", "localhost", "127.0.0.1", "playframework-com-app"] # playframework-com-app is the upstream host configured in nginx
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)