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

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
12月 24
7088
2
11月 24
27536
2
5月 24
6847
3
3月 24
6287
0
3月 24
1270