config file option for bind address
-
We are moving our jsreport server from windows to linux. Everything seems to work well, but the linux machine that will be hosting it now has multiple nics/ips, and I only want jsreport to listen on one of them. I know this can easily be accomplished with express, but was wondering if it is exposed in jsreport? I don't see it in the otherwise useful documentation.
-
hi! i think you can just put the address in the
hostname
configuration, that value is anyway passed to express under the hood
-
Thanks - that worked!