Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3682 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 22
2307
1
lug 22
20002
0
apr 22
2973
3
set 21
3156
2
set 21
4422