تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
6 الردود
5760 أدوات العرض

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يوليو 25
4170
2
ديسمبر 24
7430
2
نوفمبر 24
28104
2
مايو 24
7175
3
مارس 24
6616