Selaa lähdekoodia

Update nginx.md

TheHuman 9 kuukautta sitten
vanhempi
sitoutus
8a29ba998b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/html/chrony-network-stats;
+    alias /var/www/html/chrony-network-stats;
     index index.html;
 
     location / {