Skip to content

Commit a27cde4

Browse files
authored
Merge pull request #1539 from jacdavi/miniweb-path-fix
[fix] Correct docs for miniweb default path
2 parents 80f0a20 + d5c0e7d commit a27cde4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/content/articles/miniweb.article

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ preferably the head node. It has many flags, seen here:
4242
-passwords string
4343
password file for auth
4444
-root string
45-
base path for web files (default "misc/web")
45+
base path for web files (default "web")
4646
-v log on stderr (default true)
4747
-verbose
4848
log on stderr (default true)

doc/content/training/module04.slide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This will print the available options for miniweb
5151

5252
Assuming minimega is located in /opt/bin/minimega, use:
5353

54-
$ ./miniweb -root /opt/misc/web -console -base /opt &
54+
$ ./miniweb -root /opt/web -console -base /opt &
5555

5656
- miniweb supports per-path authentication so that users can be limited to specific namespaces or VMs.
5757

doc/content/training/module04_content/mw_help.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ base path for minimega (default "/tmp/minimega")
1616
-passwords string
1717
password file for auth
1818
-root string
19-
base path for web files (default "misc/web")
19+
base path for web files (default "web")
2020
-v, -verbose
2121
log on stderr (default true)

0 commit comments

Comments
 (0)