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

I have 8 GB Ram 4 CPU




아바타
취소

Please avoid to post big screenshots for simple log and code snippets, use the formatting options of the editor instead, thanks.

작성자

@Emin Trevisan

this is not my issue this odoo website issue ... it should be resize auto as before on odoo website did...after update this is happning

베스트 답변

For this you need to configure reverse proxy like nginx/apache and pass the longpolling proxy_pass:

# Nginx
location /longpolling {
proxy_pass http://127.0.0.1:8072;
}

You will find lots of blogs to conig nginx/apache.

아바타
취소
작성자

thanks let me confirm then i will confirm answer with up vote thanks again

베스트 답변

Have you configure nginx/apache server ?

You have to configure nginx with reverse proxy which should redirect all long polling request to long Polling Port(defalut 8072)

아바타
취소
작성자

not using nginx right now

관련 게시물 답글 화면 활동
2
7월 25
4683
2
12월 24
7805
2
11월 24
28592
2
5월 24
7527
3
3월 24
6955