Ir al contenido
Menú
Se marcó esta pregunta
3363 Vistas

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
Publicaciones relacionadas Respuestas Vistas Actividad
0
ago 22
1701
1
jul 22
19010
0
abr 22
2268
3
sept 21
2487
2
sept 21
3924