From c889f85f0dd6fc1e9ea8ca8d87c4e958603ca301 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 6 Dec 2023 16:33:43 -0500 Subject: [PATCH] update ood portal docs for 3.0 (#902) --- source/reference/files/ood-portal-yml.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/reference/files/ood-portal-yml.rst b/source/reference/files/ood-portal-yml.rst index 15683399..9c183d0f 100644 --- a/source/reference/files/ood-portal-yml.rst +++ b/source/reference/files/ood-portal-yml.rst @@ -54,6 +54,27 @@ Configure General Options servername: "www.example.com" +.. describe:: server_aliases (Array, []) + + Aliases for this server. These will result in the apache + ``ServerAlias`` configuration allowing one server to respond + to multiple hostnames. + + Default + There ar no server aliases. + + .. code-block:: yaml + + server_aliases: [] + + Example + Along with the ``servername`` also respond to + the hostname ``class.my-cool-site.example.edu``. + + .. code-block:: yaml + + servername: "class.my-cool-site.example.edu" + .. describe:: proxy_server (String, null) The proxy server, if one exists. Used when you have a proxy