Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
5 Odpowiedzi
6191 Widoki

How to change port 8069 to 80

Awatar
Odrzuć
Najlepsza odpowiedź

@abin, My recommendation would be to put Odoo behind a frontend proxy like Nginx. This will allow you to assign domain(s) and serve multiple instances of Odoo and other web applications on port 80 simultaneously.

Awatar
Odrzuć
Najlepsza odpowiedź

 --xmlrpc-port=80 or put xmlrpc_port=80 in the configuration file

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Please we can run odoo on port 80 with the help of Nginx reverse proxy server. Please refer the below links. Hope this will help you.

http://www.technaureus.com/how-to-run-odoo-on-port-80/

http://www.technaureus.com/how-to-setup-nginx-for-odoo/

Awatar
Odrzuć
Najlepsza odpowiedź

On the OpenERP side, it is easy: you start OpenERP with --xmlrpc-port=80 or put xmlrpc_port=80 in the configuration file.  However port 80 is normally used to serve HTTP request.  You may need to troubleshoot the server/networking part (make sure no other service in the same server is using port 80, make sure that port 80 is opened if you have firewall, etc.).

Awatar
Odrzuć
Najlepsza odpowiedź

You can change the port in the configuration file.

Awatar
Odrzuć