I have some apps that are accessible through a VPN, so they only listen on the private VPN address. The nginx configuration of this plugin hardcodes the listening directives and so unless I’m missing something it’s not possible to change it.
Would there be a way to setup a redirect on a specific bind address (like dokku nginx:set $APP_NAME bind-address-ipv4)?
Hello,
Description of problem
I have some apps that are accessible through a VPN, so they only listen on the private VPN address. The nginx configuration of this plugin hardcodes the listening directives and so unless I’m missing something it’s not possible to change it.
Would there be a way to setup a redirect on a specific bind address (like
dokku nginx:set $APP_NAME bind-address-ipv4
)?Thanks in advance.