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

訪問服務器視頻時候報錯

劉晉呈

問題描述

使用nginx可以訪問服務器視頻 但是轉發(fā)到webman后無法訪問服務器視頻
這里詳細描述問題

程序代碼

這里粘代碼

nginx配置

server {
listen 80;
server_name small.xychengf.cn;
root /www/wwwroot/chengfang/;

listen 443 ssl; 
ssl_certificate /www/wwwroot/chengfang/public/public.pem;
ssl_certificate_key /www/wwwroot/chengfang/public/private.key;
# 其它ssl配置...

location /
{
   proxy_pass http://127.0.0.1:8787;
   proxy_http_version 1.1;
   proxy_set_header X-Real-IP $remote_addr;
}

}

報錯信息

這里粘貼報錯

截圖

截圖報錯信息里報錯文件相關代碼

這里粘貼截圖
截圖

操作系統及workerman/webman等框架組件具體版本

這里寫具體的系統環(huán)境相關信息

截圖

844 1 0
1個回答

damao

nginx配置有問題吧,參考 http://wtbis.cn/doc/webman/others/nginx-proxy.html 這樣配置
這樣mp4走nginx,不用走webman。nginx處理靜態(tài)文件,webman處理php業(yè)務,各司其職

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