We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d673dc commit b3e1a83Copy full SHA for b3e1a83
1 file changed
conf/application.conf
@@ -21,7 +21,7 @@ play {
21
frameOptions = "sameorigin"
22
}
23
hosts {
24
- allowed = [".playframework.com", "localhost", "playframework-com-app"] # playframework-com-app is the upstream host configured in nginx
+ allowed = [".playframework.com", "localhost", "127.0.0.1", "playframework-com-app"] # playframework-com-app is the upstream host configured in nginx
25
26
27
0 commit comments