I have succesully setup “dns based multitenancy” for my self-hosted server. I have 3 sites, all are running on port 80. Now i want to change the default port for all my sites from 80 to 8080.
I have entered the “per site” command: “bench set-nginx-port sitioX.tidax.local 8080” but I think that this command is being ignored for the "DNS based multitenancy on.
I also have tried changing nginx.conf (port 80 to 8080) but that’s not working either.
¿How can i change my default port for all my sites when i use “dns based multitenancy on”?