docs: add information about restart Apache service for RHEL/CentOS Stream
Change-Id: Ie4b8801afffe4cfacf51a81d8bdd7f37bbf5ab1c Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -74,7 +74,13 @@ Run the Django update commands (if you use).
|
||||
$ DJANGO_SETTINGS_MODULE=openstack_dashboard.settings python manage.py collectstatic --noinput
|
||||
$ DJANGO_SETTINGS_MODULE=openstack_dashboard.settings python manage.py compress --force
|
||||
|
||||
Restart Apache:
|
||||
Restart Apache (for RHEL/CentOS Stream):
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo systemctl restart httpd
|
||||
|
||||
Restart Apache (for Ubuntu):
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
Reference in New Issue
Block a user