Looking to redirect our odoo website from the default port of 8069 (localhost) to the one we use for our live website (www.mywebsite.com) which is 80. Haven't found any solutions on this so far, help is appreciated. We're on a VPS server windows 2012.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
8765
Lượt xem
Hi,
You can try executing the following command:
netsh interface portproxy add v4tov4 listenport=80 listenaddress="ip address of website server" connectport=8069 connectaddress="ip address of odoo server"
Hope this helps.
Well, more information. I am working on ISS (not apache).
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Hello, The ip of website and odoo server is the same, so its not possible to try the cmd? (üpdate) the port 80 is ok. Now ODOO is on localhost but i need the change to www.exemple.com