Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3674 Lượt xem

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
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 8 22
2285
1
thg 7 22
19990
0
thg 4 22
2961
3
thg 9 21
3147
2
thg 9 21
4399