mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Edit bindIP from 0.0.0.0 to 127.0.0.1 for security reasons
This commit is contained in:
parent
4a6b6b7cb6
commit
21c299ec9d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ pool:
|
|||
# ---------------------------------------------------------------------
|
||||
# Leave 0.0.0.0 for all interfaces
|
||||
|
||||
bindIP: 0.0.0.0
|
||||
bindIP: 127.0.0.1
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Log Level
|
||||
|
|
Loading…
Reference in a new issue