Skip to content

Instantly share code, notes, and snippets.

@BrayhanJC
Last active October 25, 2019 02:49
Show Gist options
  • Save BrayhanJC/c2896ccf651fd8911445e2196d93065d to your computer and use it in GitHub Desktop.
Save BrayhanJC/c2896ccf651fd8911445e2196d93065d to your computer and use it in GitHub Desktop.
Correr odoo sin el puerto :8069
################################################
Correr odoo sin el puerto :8069
sudo nano /etc/rc.local
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8069
sudo reboot
################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment