コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1459 ビュー

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 😁

アバター
破棄
最善の回答

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


アバター
破棄
関連投稿 返信 ビュー 活動
2
10月 23
6309
1
3月 25
8004
0
5月 22
2244
3
9月 21
7637
0
10月 23
2133