Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ood portal docs for 3.0 #902

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/reference/files/ood-portal-yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ Configure General Options

servername: "www.example.com"

.. describe:: server_aliases (Array<String>, [])

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
Expand Down