Skip to content

Commit a2a7292

Browse files
authored
fix typo
1 parent 5316c58 commit a2a7292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ opt_param_env_vars:
4444
opt_param_usage_include_ports: true
4545
opt_param_ports:
4646
- {external_port: "80", internal_port: "80", port_desc: "HTTP port (required for HTTP validation and HTTP -> HTTPS redirect)"}
47-
- {external_port: "443/udp", internal_port: "443/udp", port_desc: "QUIC (HTTP/3) port. Must be enabled in the default and proxy confs."}
47+
- {external_port: "443", internal_port: "443/udp", port_desc: "QUIC (HTTP/3) port. Must be enabled in the default and proxy confs."}
4848
readonly_supported: true
4949
readonly_message: |
5050
* `/tmp` must be mounted to tmpfs

0 commit comments

Comments
 (0)