This question has been flagged
1 Reply
3191 Views

I'm building my website with Odoo, how do I publish it on popular http ports?  Currently it is on 8096, i'd rather it be on either 80 or 443 (the popular ports).  Is there a recommended way and I wonder why this isn't a popular question.  A quick google search didn't return any good answers.

Thank you

Avatar
Discard
Best Answer

I recomends nginx as reverse proxy. Read how to install it here and configure it:

https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-14-04-lts

https://www.odoo.com/es_ES/forum/help-1/question/nginx-reverse-proxy-on-80-443-32052

https://www.odoo.com/forum/help-1/question/nginx-with-2-odoo-instances-v7-and-v8-88352#answer-88354

Avatar
Discard
Author

Cool, next level config and knowledge. Thank you!