Skip to content

Commit

Permalink
Merge pull request #3244 from rgommers/fix-deployment-paths
Browse files Browse the repository at this point in the history
Fix html rendering of apache and nginx config file paths.
  • Loading branch information
amercader committed Sep 20, 2016
2 parents 61cf8ac + 076a449 commit 4f17810
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 4f17810

Please sign in to comment.