Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
1912 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää