Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
6 Vastaukset
6022 Näkymät

I have 8 GB Ram 4 CPU




Avatar
Hylkää

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

Tekijä

@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

Paras vastaus

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
Hylkää
Tekijä

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

Paras vastaus

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
Hylkää
Tekijä

not using nginx right now

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
2
heinäk. 25
4691
2
jouluk. 24
7809
2
marrask. 24
28603
2
toukok. 24
7534
3
maalisk. 24
6961