Skip to Content
Menú
This question has been flagged
3418 Vistes

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
Descartar
Related Posts Respostes Vistes Activitat
0
d’ag. 22
1881
1
de jul. 22
19400
0
d’abr. 22
2545
3
de set. 21
2756
2
de set. 21
4109