mirror of https://github.com/pikvm/pikvm.git
remove extra backtick in tailscale docs (#1652)
This commit is contained in:
parent
baba81cafe
commit
b820cbfed0
|
|
@ -133,7 +133,7 @@ Here's the command that allows you to seamlessly run HTTPS proxy for your PiKVM:
|
||||||
And if you want to stop tailscale from serving HTTPS, you can do this by running:
|
And if you want to stop tailscale from serving HTTPS, you can do this by running:
|
||||||
```console
|
```console
|
||||||
[root@pikvm ~]# tailscale serve --https=443 off
|
[root@pikvm ~]# tailscale serve --https=443 off
|
||||||
````
|
```
|
||||||
|
|
||||||
### Root cause
|
### Root cause
|
||||||
Tailscale needs to refresh TLS certificates and write state under `/var/lib/tailscale`.
|
Tailscale needs to refresh TLS certificates and write state under `/var/lib/tailscale`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue