Mercurial > p > roundup > code
diff doc/installation.txt @ 6653:7545d3a3a307
ci was throwing errors as it couldn't parse apache config file format as xml. change xml parser to ApacheConf parser as defined/supported by pygments
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 02 May 2022 13:52:36 -0400 |
| parents | 6fe56720e13d |
| children | e63f514bb0e6 |
line wrap: on
line diff
--- a/doc/installation.txt Mon May 02 13:51:08 2022 -0400 +++ b/doc/installation.txt Mon May 02 13:52:36 2022 -0400 @@ -1134,7 +1134,7 @@ /etc/apache2/sites-available/roundup-foo (under debian/Ubunutu, modify as needed): - .. code:: xml + .. code:: ApacheConf ServerAdmin webmaster@example.com ErrorLog /var/log/apache2/error.log
