国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

部署live-camera啟動正常,無法正常訪問qwq

Eer

頁面顯示:

400 Bad Request
Sec-WebSocket-Key not found.
This is a WebSocket service and can not be accessed via HTTP.

server配置:

server {
listen 80;
server_name domain.com;
access_log off;
index index.html index.htm index.php;
include /usr/local/nginx/conf/none.conf;
root /data/wwwroot/live-camera;

location ~ \.php(/|$) {
    #fastcgi_pass remote_php_ip:9000;
    fastcgi_pass unix:/dev/shm/php-cgi.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    }
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|ico)$ {
    expires 30d;
    access_log off;
    }
location ~ .*\.(js|css)?$ {
    expires 7d;
    access_log off;
    }
}

help qwq

4316 3 0
3個回答

walkor 打賞

按照教程來,不用配置nginx

  • Eer 2016-10-23

    解決啦~謝謝qwq

walkor 打賞

http://www.wtbis.cn/camera
嗯,按照教程來就3步,下載;運(yùn)行;訪問;不能再簡單了

  • 暫無評論
wxdong2008

我調(diào)用攝像頭的js都報(bào)錯啊,你說尷尬不
navigator.getUserMedia({video:true, audio:false}, success, console.log);

  • 暫無評論
年代過于久遠(yuǎn),無法發(fā)表回答
??