Skip to Content
Menu
This question has been flagged
3332 Rodiniai

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
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
rugp. 22
1680
1
liep. 22
18951
0
bal. 22
2247
3
rugs. 21
2470
2
rugs. 21
3907