Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
6 Odpovědi
5594 Zobrazení

I have 8 GB Ram 4 CPU




Avatar
Zrušit

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

Autor

@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

Nejlepší odpověď

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
Zrušit
Autor

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

Nejlepší odpověď

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
Zrušit
Autor

not using nginx right now

Related Posts Odpovědi Zobrazení Aktivita
2
pro 24
7109
2
lis 24
27560
2
kvě 24
6871
3
bře 24
6307
0
bře 24
1287