iT邦幫忙

0

Nginx Primary script unknown

  • 分享至 

  • xImage

<Directory "/var/www/html">
Options -Indexes
AllowOverride All
Require all granted

我改出來的nginx,是用在手機webview上,手機可以看到畫面但是電腦chrome有錯誤出現
連線http://hostname/webview/asset/app/?nm=introstyle會出錯誤
不知是少了哪些重點?
server {
listen 80;
server_name hotstname;
root /var/www/html/webview/;
index index.html index.php index.htm;

location /webview {
alias /var/www/html/webview/;
autoindex off;
allow all;
try_files $uri $uri/ /index.php?$query_string;
}

location ~ .php$ {
root /var/www/html/webview/;
fastcgi_pass 127.0.0.1:9001;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
include /etc/nginx/fastcgi_params;
}
}

看更多先前的討論...收起先前的討論...
hsiang11 iT邦好手 1 級 ‧ 2018-02-01 14:08:40 檢舉
節錄一下nginx可能的錯誤訊息
2018/02/01 04:15:10 [error] 17635#0: *34 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 27.246.65.160, server: hostname, request: "GET /webview/asset/app/?nm=introstyle HTTP/1.1", upstream: "fastcgi://127.0.0.1:9001", host: "hostname", referrer: "http://hostname/webview/intro/"
weiclin iT邦高手 4 級 ‧ 2018-02-01 15:45:46 檢舉
root 錯了?
froce iT邦大師 1 級 ‧ 2018-02-01 15:49:41 檢舉
可是他又說他手機能跑。
hsiang11 iT邦好手 1 級 ‧ 2018-02-01 16:13:17 檢舉
我找到原因解決了 程式設計師寫的js路徑是/../webview/~~~~
我設的root又重複了webview,導致找不到檔案404
被這問題搞了很久,也真不知是程式人員的錯還是我的邏輯有問題阿
有時候我覺得IT不知道程式設計人怎麽寫程式的做法真的會被害到
hsiang11 iT邦好手 1 級 ‧ 2018-02-01 16:14:28 檢舉
froce 應該是說html的部份正常能在手機顯示
但是只要一遇上有另外執行js的部份就會出錯
hsiang11 iT邦好手 1 級 ‧ 2018-02-01 16:28:30 檢舉
沒事
froce iT邦大師 1 級 ‧ 2018-02-01 16:54:33 檢舉
身為一個全部自己來的表示感受不到你的痛苦。哈
hsiang11 iT邦好手 1 級 ‧ 2018-02-01 17:31:28 檢舉
XD
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答