Skip to content

Commit 0663669

Browse files
committed
config comments: /persist -> /data
1 parent 4cc0d7f commit 0663669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### GENERAL OPTIONS
22
# Log file path, by default it saved to /var/log in `tmpfs`/memory, if you want you can change e.g. to:
3-
# "/persist/aa-proxy-rs.log" and this way it will be saved to SD card (appended, not replaced)
3+
# "/data/aa-proxy-rs.log" and this way it will be saved to SD card (appended, not replaced)
44
logfile = "/var/log/aa-proxy-rs.log"
55

66
# Interval of showing data transfer statistics in the log (0 = disabled) [seconds]

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3>🛸 aa-proxy-rs</h3>
4242
<small
4343
>Log file path, by default it is saved to <code>/var/log</code> in
4444
<code>tmpfs</code>/memory. If you want, you can change it e.g. to
45-
<code>/persist/aa-proxy-rs.log</code> and it will be saved to SD
45+
<code>/data/aa-proxy-rs.log</code> and it will be saved to SD
4646
card (appended, not replaced).</small
4747
>
4848
</td>

0 commit comments

Comments
 (0)