Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3782 Zobrazení

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
srp 22
2479
1
čvc 22
20185
0
dub 22
3117
3
zář 21
3282
2
zář 21
4609