mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-19 05:53:47 +02:00
Fix typo in documentation
This commit is contained in:
parent
6bdaae776f
commit
80fa8a6ff9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ of Erlang property list.
|
|||
|
||||
| Variable name | Expected values | Apache equivalent | Definition
|
||||
-----------------------|------------------------------------|-----------------------|--------------------------------------------
|
||||
| `dev_mode` | `true | false` | None | Enables TCP access without TLS.
|
||||
| `dev_mode` | `true`, `false` | None | Enables TCP access without TLS.
|
||||
| `tls_port` | `700` | Listen | At which port should we open a TLS socket. Default is 700.
|
||||
| `tcp_port` | `70000` | Listen | At which port should we open a TCP socket. Only in `dev_mode`.
|
||||
| `epp_session_url` | `https://example.com/epp/session` | EppSessionRoot | HTTP address of the session endpoints including schema and port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue