forked from Git/send_ynh
		
	fix bind ip to prevent reverse proxy bypass
This commit is contained in:
		@@ -129,7 +129,7 @@ const conf = convict({
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  listen_address: {
 | 
					  listen_address: {
 | 
				
			||||||
    format: 'ipaddress',
 | 
					    format: 'ipaddress',
 | 
				
			||||||
    default: '0.0.0.0',
 | 
					    default: '127.0.0.1',
 | 
				
			||||||
    env: 'IP_ADDRESS'
 | 
					    env: 'IP_ADDRESS'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  listen_port: {
 | 
					  listen_port: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user