Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
6 Ответы
5761 Представления

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
4170
2
дек. 24
7430
2
нояб. 24
28104
2
мая 24
7175
3
мар. 24
6616