From cc9d45534ddbfef35f47b672e40466f064a1fdb1 Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Jan 11 2023 23:05:40 +0000 Subject: docs(install): filename apache sample config wrong The Apache sample config was renamed to 'files/pagure-apache-httpd.conf', docs still referenced to 'files/pagure.conf' Fixes: https://pagure.io/pagure/issue/5234 --- diff --git a/doc/install.rst b/doc/install.rst index afa1841..a299d04 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -101,19 +101,19 @@ To install pagure via this mechanism simply follow these steps: # Install the additional files as follow: -+------------------------------+------------------------------------------+ -| Source | Destination | -+=============================+===========================================+ -| ``files/pagure.cfg.sample`` | ``/etc/pagure/pagure.cfg`` | -+------------------------------+------------------------------------------+ -| ``files/alembic.ini`` | ``/etc/pagure/alembic.ini`` | -+------------------------------+------------------------------------------+ -| ``files/pagure.conf`` | ``/etc/httpd/conf.d/pagure.conf`` | -+------------------------------+------------------------------------------+ -| ``files/pagure.wsgi`` | ``/usr/share/pagure/pagure.wsgi`` | -+------------------------------+------------------------------------------+ -| ``createdb.py`` | ``/usr/share/pagure/pagure_createdb.py`` | -+------------------------------+------------------------------------------+ ++------------------------------------+------------------------------------------+ +| Source | Destination | ++====================================+==========================================+ +| ``files/pagure.cfg.sample`` | ``/etc/pagure/pagure.cfg`` | ++------------------------------------+------------------------------------------+ +| ``files/alembic.ini`` | ``/etc/pagure/alembic.ini`` | ++------------------------------------+------------------------------------------+ +| ``files/pagure-apache-httpd.conf`` | ``/etc/httpd/conf.d/pagure.conf`` | ++------------------------------------+------------------------------------------+ +| ``files/pagure.wsgi`` | ``/usr/share/pagure/pagure.wsgi`` | ++------------------------------------+------------------------------------------+ +| ``createdb.py`` | ``/usr/share/pagure/pagure_createdb.py`` | ++------------------------------------+------------------------------------------+ @@ -160,7 +160,7 @@ If installed by RPM, you will find an example apache configuration file at: ``/etc/httpd/conf.d/pagure.conf``. If not installed by RPM, the example file is present in the sources at: -``files/pagure.conf``. +``files/pagure-apache-httpd.conf``. Adjust it for your needs.