Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1874 Vizualizări

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


Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează