Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1866 Zobrazení

Hello - We have installed odoo 16 ce on Ubuntu. Where are the web files being served from? I have disabled Apache and Ngnix is not installed but the files are still being server. Odoo documentation states that there is an internal server, how is it accessed and where are the files located?

I am asking because I was to use https 443 for secure connections via the community edition.

Please help.

Thanks


Avatar
Zrušit
Nejlepší odpověď

Odoo uses Werkzeug (https://pypi.org/project/Werkzeug/) as a WSGI type server (https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface). This is usually fine for development, but for production (especially if you want to use SSL) it is recommended to use something like NGINX, Traefik, etc.

Avatar
Zrušit