Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
6 Antwoorden
5595 Weergaven

I have 8 GB Ram 4 CPU




Avatar
Annuleer

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

Auteur

@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

Beste antwoord

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
Annuleer
Auteur

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

Beste antwoord

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
Annuleer
Auteur

not using nginx right now

Gerelateerde posts Antwoorden Weergaven Activiteit
2
dec. 24
7109
2
nov. 24
27560
2
mei 24
6872
3
mrt. 24
6310
0
mrt. 24
1288