forked from github/pelican
Set default binding addres to 127.0.0.1
This commit is contained in:
parent
047d884323
commit
b88b5f7b36
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ DEFAULT_CONFIG = {
|
|||
'WRITE_SELECTED': [],
|
||||
'FORMATTED_FIELDS': ['summary'],
|
||||
'PORT': 8000,
|
||||
'BIND': '',
|
||||
'BIND': '127.0.0.1',
|
||||
}
|
||||
|
||||
PYGMENTS_RST_OPTIONS = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue