Skip to Content
Menu
This question has been flagged
6 Replies
5573 Rodiniai

I have 8 GB Ram 4 CPU




Portretas
Atmesti

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

Autorius

@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

Best Answer

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.

Portretas
Atmesti
Autorius

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

Best Answer

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)

Portretas
Atmesti
Autorius

not using nginx right now

Related Posts Replies Rodiniai Veikla
2
gruod. 24
7087
2
lapkr. 24
27530
2
geg. 24
6844
3
kov. 24
6286
0
kov. 24
1268