Skip to content

Commit

Permalink
update ood portal docs for 3.0 (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 6, 2023
1 parent 0dc0ac3 commit c889f85
Showing 1 changed file with 21 additions and 0 deletions.
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

0 comments on commit c889f85

Please sign in to comment.