Skip to content

Commit

Permalink
added warning to not rename config files
Browse files Browse the repository at this point in the history
This will cause re creation of config files during upgrade.
  • Loading branch information
MrGeneration committed Feb 1, 2019
1 parent 003a572 commit 3545eb2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-centos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ The installer will give you a hint where Zammad's web server config file is loca
nginx
-----

.. Warning:: Please **do not rename** the webserver config file for nginx or apache.
The update process will re create it, if it does not exist!

*/etc/nginx/conf.d/zammad.conf*

::
Expand Down
3 changes: 3 additions & 0 deletions install-debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ The installer will give you a hint where Zammad's web server config file is loca
nginx
-----

.. Warning:: Please **do not rename** the webserver config file for nginx or apache.
The update process will re create it, if it does not exist!

*/etc/nginx/sites-enabled/zammad.conf*

::
Expand Down
3 changes: 3 additions & 0 deletions install-suse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ The installer will give you a hint where Zammad's web server config file is loca
nginx
--------

.. Warning:: Please **do not rename** the webserver config file for nginx or apache.
The update process will re create it, if it does not exist!

*/etc/nginx/sites-enabled/zammad.conf*

::
Expand Down
3 changes: 3 additions & 0 deletions install-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ The installer will give you a hint where Zammad's web server config file is loca
nginx
--------

.. Warning:: Please **do not rename** the webserver config file for nginx or apache.
The update process will re create it, if it does not exist!

*/etc/nginx/sites-enabled/zammad.conf*

::
Expand Down

0 comments on commit 3545eb2

Please sign in to comment.