Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
6 Відповіді
6015 Переглядів

I have 8 GB Ram 4 CPU




Аватар
Відмінити

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

Автор

@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

Найкраща відповідь

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.

Аватар
Відмінити
Автор

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

Найкраща відповідь

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)

Аватар
Відмінити
Автор

not using nginx right now

Related Posts Відповіді Переглядів Дія
2
лип. 25
4687
2
груд. 24
7806
2
лист. 24
28597
2
трав. 24
7530
3
бер. 24
6959