Skip to content

Commit 131c8f7

Browse files
authored
Fix error in variable name for web-template (hestiacp#4489)
https://hestiacp.com/docs/server-administration/web-templates.html#available-variables In table "Available variables" there is an incorrect variable: %proxy_port_ssl% it must be %proxy_ssl_port%
1 parent 5a11ecd commit 131c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/server-administration/web-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After modifying an existing template, you need to rebuild the user configuration
4545
| -------------------- | ----------------------------------------------------- | ------------------------------------------ |
4646
| `%ip%` | IP Address of Server | `123.123.123.123` |
4747
| `%proxy_port%` | Port of Proxy | `80` |
48-
| `%proxy_port_ssl%` | Port of Proxy (SSL) | `443` |
48+
| `%proxy_ssl_port%` | Port of Proxy (SSL) | `443` |
4949
| `%web_port%` | Port of Webserver | `8080` |
5050
| `%web_ssl_port%` | Port of Webserver (SSL) | `8443` |
5151
| `%domain%` | Domain | `domain.tld` |

0 commit comments

Comments
 (0)