Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
6 Risposte
5986 Visualizzazioni

I have 8 GB Ram 4 CPU




Avatar
Abbandona

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

Autore

@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

Risposta migliore

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
Abbandona
Autore

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

Risposta migliore

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
Abbandona
Autore

not using nginx right now

Post correlati Risposte Visualizzazioni Attività
2
lug 25
4670
2
dic 24
7798
2
nov 24
28577
2
mag 24
7516
3
mar 24
6938