summaryrefslogtreecommitdiff
path: root/www/rubygem-passenger/files/pkg-message-nginx.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-passenger/files/pkg-message-nginx.in')
-rw-r--r--www/rubygem-passenger/files/pkg-message-nginx.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/rubygem-passenger/files/pkg-message-nginx.in b/www/rubygem-passenger/files/pkg-message-nginx.in
index 5d869e24ac40..cefd06765a8b 100644
--- a/www/rubygem-passenger/files/pkg-message-nginx.in
+++ b/www/rubygem-passenger/files/pkg-message-nginx.in
@@ -1,9 +1,12 @@
+[
+{ type: install
+ message: <<EOM
The nginx flavor of this port installs passenger core binaries only,
to make it works with nginx make sure www/nginx or www/nginx-devel
port has been compiled with third-party PASSENGER module support and
installed into a system.
-#####################################################################
+
Please edit a nginx configuration file, and add these lines:
@@ -16,5 +19,6 @@ Please edit a nginx configuration file, and add these lines:
Once nginx restarts it's possible to deploy a Ruby on Rails
application without any further Ruby on Rails-specific configuration!
-
-#####################################################################
+EOM
+}
+]