Skip to content

Commit

Permalink
Fix html rendering of apache and nginx config file paths.
Browse files Browse the repository at this point in the history
Sphinx doesn't allow substitutions in verbatim (double backticks) blocks.
This caused the substitutions to not be expanded.  See
http://docs.ckan.org/en/latest/maintaining/installing/deployment.html
at the start of sections 6 and 8.
  • Loading branch information
rgommers committed Sep 20, 2016
1 parent a483968 commit 076a449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/maintaining/installing/deployment.rst
Expand Up @@ -112,7 +112,7 @@ CKAN to run in).
6. Create the Apache config file
--------------------------------

Create your site's Apache config file at ``|apache_config_file|``, with the
Create your site's Apache config file at |apache_config_file|, with the
following contents:

.. parsed-literal::
Expand Down Expand Up @@ -203,7 +203,7 @@ Open ``/etc/apache2/ports.conf``. We need to replace the default port 80 with th
8. Create the Nginx config file
-------------------------------

Create your site's Nginx config file at ``|nginx_config_file|``, with the
Create your site's Nginx config file at |nginx_config_file|, with the
following contents:

.. parsed-literal::
Expand Down

0 comments on commit 076a449

Please sign in to comment.