docs/ci: fix literalinclude of caching setup files

Fix the syntax to show the files in the generated sphinx, otherwise
they just don't show at all.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15599>
This commit is contained in:
Erico Nunes 2022-03-27 14:07:46 +02:00 committed by Marge Bot
parent 9fb97c75f2
commit 5718629a70
1 changed files with 5 additions and 3 deletions

View File

@ -200,11 +200,13 @@ want a pass-through HTTP cache. On your runner box, install nginx:
Add the server setup files:
.. literalinclude: fdo-cache:
.. literalinclude:: fdo-cache
:name: /etc/nginx/sites-available/fdo-cache
:caption: /etc/nginx/sites-available/fdo-cache
.. literalinclude: uri-caching.conf:
:name: /etc/nginx/sites-available/snippets/uri-caching.conf
.. literalinclude:: uri-caching.conf
:name: /etc/nginx/snippets/uri-caching.conf
:caption: /etc/nginx/snippets/uri-caching.conf
Edit the listener addresses in fdo-cache to suit the ethernet interface that
your devices are on.