Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
6 Antworten
5588 Ansichten

I have 8 GB Ram 4 CPU




Avatar
Verwerfen

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

Beste Antwort

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

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

Beste Antwort

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

not using nginx right now

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Dez. 24
7089
2
Nov. 24
27541
2
Mai 24
6852
3
März 24
6289
0
März 24
1277