コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3652 ビュー

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
アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 22
2269
1
7月 22
19942
0
4月 22
2915
3
9月 21
3082
2
9月 21
4362