mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
fix bind ip to prevent reverse proxy bypass
This commit is contained in:
parent
931afeadd6
commit
84b21528f3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const conf = convict({
|
|||
},
|
||||
listen_address: {
|
||||
format: 'ipaddress',
|
||||
default: '0.0.0.0',
|
||||
default: '127.0.0.1',
|
||||
env: 'IP_ADDRESS'
|
||||
},
|
||||
listen_port: {
|
||||
|
|
Loading…
Add table
Reference in a new issue