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:
Ivan Anfimov
2025-08-17 11:45:57 +00:00
parent 7fbcab3857
commit 2e1f281d1a

View File

@@ -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