Ir al contenido
Menú
Se marcó esta pregunta
6 Respuestas
5544 Vistas

I have 8 GB Ram 4 CPU




Avatar
Descartar

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

Mejor respuesta

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
Descartar
Autor

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

Mejor respuesta

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
Descartar
Autor

not using nginx right now

Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 24
7063
2
nov 24
27488
2
may 24
6802
3
mar 24
6244
0
mar 24
1240