#5362 docs(install): filename apache sample config wrong
Merged a year ago by ngompa. Opened a year ago by wombelix.

file modified
+14 -14
@@ -101,19 +101,19 @@ 

  

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

  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.

  

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

Pull-Request has been merged by ngompa

a year ago
Metadata