[DRE-commits] [redmine] 14/15: fix apache/passenger examples

Antonio Terceiro terceiro at moszumanska.debian.org
Sat May 2 21:00:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 7e6692fc3d85db1f75fdc42fcd7ea43a0c93138b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat May 2 13:39:11 2015 -0300

    fix apache/passenger examples
---
 debian/doc/examples/apache2-passenger-alias.conf | 3 ++-
 debian/doc/examples/apache2-passenger-host.conf  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/doc/examples/apache2-passenger-alias.conf b/debian/doc/examples/apache2-passenger-alias.conf
index a6a451c..1f93ab1 100644
--- a/debian/doc/examples/apache2-passenger-alias.conf
+++ b/debian/doc/examples/apache2-passenger-alias.conf
@@ -6,7 +6,8 @@
     RailsEnv production
     SetEnv X_DEBIAN_SITEID "default"
     SetEnv RAILS_RELATIVE_URL_ROOT "/redmine"
-    PassengerAppGroupName redmine_default # CHANGE THIS FOR OTHER INSTANCES
+    # CHANGE PassengerAppGroupName FOR OTHER INSTANCES
+    PassengerAppGroupName redmine_default
     PassengerDefaultUser www-data
     # apache2 serves public files
     Alias "/redmine/plugin_assets/" /var/cache/redmine/default/plugin_assets/
diff --git a/debian/doc/examples/apache2-passenger-host.conf b/debian/doc/examples/apache2-passenger-host.conf
index 2f3b537..9d5c677 100644
--- a/debian/doc/examples/apache2-passenger-host.conf
+++ b/debian/doc/examples/apache2-passenger-host.conf
@@ -5,7 +5,8 @@
     # this is the passenger config
     RailsEnv production
     SetEnv X_DEBIAN_SITEID "default"
-    PassengerAppGroupName redmine_default # CHANGE THIS FOR OTHER INSTANCES
+    # CHANGE PassengerAppGroupName FOR OTHER INSTANCES
+    PassengerAppGroupName redmine_default
     PassengerDefaultUser www-data
     Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
     DocumentRoot /usr/share/redmine/public

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list