Skip to Content
मेन्यू
This question has been flagged
3775 Views

i can easy handle longpolling reqest in Ngnix

with follow example like

sudo nano /etc/nginx/sites-enabled/example.com

upstream odoochat { server 127.0.0.1:8072; }

# Handle longpoll requests location /longpolling { proxy_pass http://odoochat; }

but how i can handle this in Apache Server right now i'm not using Nginx server
is it any way for Apache Server ?
im using odoo 10 version
Avatar
Discard
Related Posts Replies Views Activity
0
अग॰ 22
2468
1
जुल॰ 22
20168
0
अप्रैल 22
3111
3
सित॰ 21
3276
2
सित॰ 21
4606