Skip to content

Commit c38f636

Browse files
Restore localhost
1 parent de9f730 commit c38f636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webServer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local CONFIG_SCHEMA = {
2929
['bind-address'] = {
3030
title = 'The binding address, use :: to bind on any',
3131
type = 'string',
32-
default = '127.0.0.1'
32+
default = 'localhost'
3333
},
3434
port = {
3535
type = 'integer',

0 commit comments

Comments
 (0)