Last active
October 25, 2019 02:49
-
-
Save BrayhanJC/c2896ccf651fd8911445e2196d93065d to your computer and use it in GitHub Desktop.
Correr odoo sin el puerto :8069
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################ | |
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