Skip to Content
Menu
This question has been flagged
1 Odpoveď
771 Zobrazenia

Hi

i correctly:

- installed ODO 16 on Ubuntu 20

- created a website

- installed NGINX

- installed Let'sEncrypt certificated

- actived redirect to https


Now, the web site on https work fine, but if i logon on odoo (wth user or admin user) browser go to "http://odoo/web"   page.

Why??

Thank's

Avatar
Zrušiť
Autor

i have a _serv_conf.conf file.


*

proxy_redirect off;

proxy_pass http://odoo

*


I see "proxy_pass http://odoo;" - is it the error?


not see proxy_mode = true


thank's

can you check /etc folder for a file named odoo.conf or odoo_server.conf

Best Answer

Hi,

Can you see if you have set proxy_mode=True in your odoo configuration file ?

Odoo Nginx:  https://www.youtube.com/watch?v=-hVYQd7A7PQ

Thanks

Avatar
Zrušiť