This website works better with JavaScript.
首頁
說明
登入
hms
/
rasoberry-noaa
镜像来自
https://github.com/reynico/raspberry-noaa.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Move root folder outside home
tags/v1.0
Nico Rey
6 年之前
父節點
6e2dd2a5ab
當前提交
d091c92723
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nginx.cfg
+ 1
- 1
nginx.cfg
查看文件
@@ -1,6 +1,6 @@
server {
listen 80 default_server;
root /
home/pi
;
root /
var/www/wx
;
index index.html index.htm index.nginx-debian.html;
autoindex on;
Write
Preview
Loading…
取消
儲存