Switch editing instructions from vim to nano and use kbd for keys
This commit is contained in:
@@ -195,10 +195,10 @@ In Swag’s config folders, create `beszel.subdomain.conf`.
|
||||
::
|
||||
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
|
||||
sudo nano /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
|
||||
```
|
||||
|
||||
Press `i` to enter insert mode and paste:
|
||||
Paste:
|
||||
|
||||
```nginx
|
||||
## Version 2023/12/19
|
||||
@@ -244,7 +244,7 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
Press `Esc`, type `:x`, and hit `Enter` to save and exit.
|
||||
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
|
||||
|
||||
That’s it—Beszel is now exposed!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user