Removed full path from conf file reference
In the original text, the full path was shown, which was incorrect for some distros. Patch 231028 gave distro-specific paths, but we do not give distro-specific information in this guide, and that patch has been reverted. This patch fixes the original text to remove the full path, and replace it with the name of the config file only. Change-Id: I65726323ca15e53dc8d25a4e93627dfc6005cb46 Closes-bug: #1502927
This commit is contained in:
parent
a891cc903d
commit
c7101bbc9c
@ -30,10 +30,9 @@ SESSION_COOKIE_HTTPONLY = True</programlisting>
|
||||
scripting.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>Edit the
|
||||
<filename>/etc/apache2/conf.d/openstack-dashboard.conf</filename>
|
||||
file as shown in <xref linkend="after-example"
|
||||
/>:</para>
|
||||
<para>Edit the <filename>openstack-dashboard.conf</filename>
|
||||
file as shown in <xref linkend="after-example"/>:
|
||||
</para>
|
||||
<example>
|
||||
<title>Before</title>
|
||||
<programlisting><?db-font-size 65%?>WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
|
||||
|
Loading…
Reference in New Issue
Block a user