top | item 14738878 (no title) safeharbourio | 8 years ago op couldnt be bothered to reverse proxy it behind nginx/{other load balancer}. discuss order hn newest 43224gg252|8 years ago or just redirect port 80 traffic to 3000 with iptables, it's one command.sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000 madmaniak|8 years ago Thank you for all advices. I'll host it properly. But what do you think about the library? load replies (1)
43224gg252|8 years ago or just redirect port 80 traffic to 3000 with iptables, it's one command.sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000 madmaniak|8 years ago Thank you for all advices. I'll host it properly. But what do you think about the library? load replies (1)
madmaniak|8 years ago Thank you for all advices. I'll host it properly. But what do you think about the library? load replies (1)
43224gg252|8 years ago
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
madmaniak|8 years ago