Skip to content

Commit

Permalink
update tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Jan 8, 2024
1 parent c3b1ff0 commit 4a8575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ services:

=== "本地端口转发"

```yaml hl_lines="14"
```yaml hl_lines="15 19 22"
services:
- name: https
addr: :443
Expand All @@ -353,7 +353,7 @@ services:

=== "远程端口转发"

```yaml hl_lines="15"
```yaml hl_lines="15 18 21"
services:
- name: https
addr: :443
Expand Down

0 comments on commit 4a8575b

Please sign in to comment.