Skip to content

Commit ec6af4d

Browse files
sirainencmouse
authored andcommitted
upgrade: 2.4 - Clarify that %{service} is still used sometimes
1 parent c90652c commit ec6af4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/upgrade/include/2.4-var-expand.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the "user" variable and applies the "domain" filter for it.
2323
| `%n` | `%{user \| username}` |
2424
| `%p` | `%{client_pid}` |
2525
| `%r` | `%{remote_ip}` |
26-
| `%s` | `%{protocol}` |
26+
| `%s` | `%{protocol}` for login & auth settings, `%{service}` for storage settings |
2727
| `%u` | `%{user}` |
2828
| `%w` | `%{password}` |
2929

@@ -58,7 +58,7 @@ the "user" variable and applies the "domain" filter for it.
5858
| `%{real_rport}` | `%{real_remote_port}` |
5959
| `%{rip}` | `%{remote_ip}` |
6060
| `%{rport}` | `%{remote_port}` |
61-
| `%{service}` | `%{protocol}` |
61+
| `%{service}` for login & auth settings (but not storage settings) | `%{protocol}` |
6262

6363
##### Shared namespace variables
6464

0 commit comments

Comments
 (0)