Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1478 Visualizzazioni

Hi, I'm trying to find out what the http server in the official docker image is. It looks like there is a configuration issue when loading the translations in the login page. I see the following error in the console.


Mixed Content: The page at 'https://github.com/tjventurini/odoo-setup


Every help is appreciated. Thx 😁

Avatar
Abbandona
Risposta migliore

I honestly don't remember 100% if it's in the official docker image or not, but you can add it yourself in the Dockerfile.

In the dockerfile you can put something like this:

COPY ./docker/nginx/odoo.conf /etc/nginx/sites-enabled/

RUN chown -R odoo:odoo /var/log/nginx/ /var/lib/nginx/ /run/


Assuming you have the nginx config file within the docker/nginx folder. You can add your.


Let me know if you need further help


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ott 23
6330
1
mar 25
8051
0
mag 22
2255
3
set 21
7684
0
ott 23
2158