İçereği Atla
Menü
Bu soru işaretlendi
6 Cevaplar
5605 Görünümler

I have 8 GB Ram 4 CPU




Avatar
Vazgeç

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

Üretici

@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

En İyi Yanıt

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.

Avatar
Vazgeç
Üretici

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

En İyi Yanıt

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)

Avatar
Vazgeç
Üretici

not using nginx right now

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Ara 24
7131
2
Kas 24
27593
2
May 24
6883
3
Mar 24
6334
0
Mar 24
1301