瀏覽代碼

Update nginx.md

TheHuman 9 月之前
父節點
當前提交
86fac95de1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx.md

+ 1 - 1
nginx.md

@@ -22,7 +22,7 @@ You can use Nginx to serve the HTML report (index.html) either locally for quick
 server {
     listen 127.0.0.1:80;
 
-    root /var/www/chrony-network-stats;
+    root /var/www/html/chrony-network-stats;
     index index.html;
 
     location / {