diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 07:36:38 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 07:36:38 +0000 |
commit | 15f3c3742bb4b14d243e7d5e2c5ffb0f4bf8fb0c (patch) | |
tree | 0056030485d4b9c3f2b61c0b3709ea09d8f3a9b0 /README.md | |
parent | Add hardened systemd unit file (diff) | |
download | miniserve-15f3c3742bb4b14d243e7d5e2c5ffb0f4bf8fb0c.tar.gz miniserve-15f3c3742bb4b14d243e7d5e2c5ffb0f4bf8fb0c.zip |
Set less silly title in example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ In case you want to customize the particular flags that miniserve launches with, and set the `[Service]` part in the resulting `override.conf` file. For instance: [Service] - ExecStart=/usr/bin/miniserve --enable-tar --enable-zip --no-symlinks --verbose -i ::1 -p 1234 --title Saugeland --color-scheme monokai --color-scheme-dark monokai -- %I + ExecStart=/usr/bin/miniserve --enable-tar --enable-zip --no-symlinks --verbose -i ::1 -p 1234 --title hello --color-scheme monokai --color-scheme-dark monokai -- %I Make sure to leave the `%I` at the very end in place or the wrong path might be served. You might additionally have to override `IPAddressAllow` and `IPAddressDeny` if you plan on making |