콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1067 화면

Hi, I installed odoo 16 in production, and configured behind a caddy2 reverse proxy, the problem is that no notification are showed.

If I restart with thread 0 and go directly to the 8069 port notification are showed normally.

This is my caddy2 configuration:

:80 {

    reverse_proxy http://localhost:8069 {

        header_up Host {host}

        header_up X-Real-IP {remote}

        header_up X-Forwarded-Proto {scheme}

        header_up Connection {>Connection}

        header_up Upgrade {>Upgrade}

        header_up X-Url-Scheme {scheme}

    }


    reverse_proxy /websocket http://localhost:8072 {

    }


    encode gzip zstd

    file_server

    log

}


Configuration changed in odoo.conf file are:
workers = 6
proxy_mode = True

In the log I didn't see anything weird, and can't knoe if in threaded mode the postgresql channel is not polled in the right way.

Can someone help me with some tip?


Kind Regards

아바타
취소
관련 게시물 답글 화면 활동
1
4월 21
7137
0
2월 25
1638
2
1월 25
8300
2
1월 24
10138
0
6월 24
474