mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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': [],
|
'WRITE_SELECTED': [],
|
||||||
'FORMATTED_FIELDS': ['summary'],
|
'FORMATTED_FIELDS': ['summary'],
|
||||||
'PORT': 8000,
|
'PORT': 8000,
|
||||||
'BIND': '',
|
'BIND': '127.0.0.1',
|
||||||
}
|
}
|
||||||
|
|
||||||
PYGMENTS_RST_OPTIONS = None
|
PYGMENTS_RST_OPTIONS = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue