diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-30 12:20:44 +0300 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-30 12:20:44 +0300 |
commit | a7fab19a17d6a412c50b4df66faa5d66b85f8d08 (patch) | |
tree | 868ad9f3bf76b2ef605f0fa9cab971d94688793a /docs/configuration/service | |
parent | 590ab57d307e3162ece29e7b39b6df0c8a1c56d7 (diff) | |
download | vyos-documentation-a7fab19a17d6a412c50b4df66faa5d66b85f8d08.tar.gz vyos-documentation-a7fab19a17d6a412c50b4df66faa5d66b85f8d08.zip |
http-api: Add action reset and socket description
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/https.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst index 22533db5..4ff777e9 100644 --- a/docs/configuration/service/https.rst +++ b/docs/configuration/service/https.rst @@ -28,6 +28,10 @@ Configuration Set the listen port of the local API, this has no effect on the webserver. The default is port 8080 +.. cfgcmd:: set service https api socket + + Use local socket for API + .. cfgcmd:: set service https api strict Enforce strict path checking |