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.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/rubygem-passenger/files/pkg-message-nginx.in b/www/rubygem-passenger/files/pkg-message-nginx.in
index e79125579daf..5d869e24ac40 100644
--- a/www/rubygem-passenger/files/pkg-message-nginx.in
+++ b/www/rubygem-passenger/files/pkg-message-nginx.in
@@ -1,6 +1,11 @@
+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 your nginx configuration file, and add these lines:
+Please edit a nginx configuration file, and add these lines:
server {
root %%PASSENGER_INSTALL_DIR%%;
@@ -9,8 +14,7 @@ Please edit your nginx configuration file, and add these lines:
passenger_sticky_sessions on;
}
-After you restart nginx, you are ready to deploy any number of Ruby on Rails
-applications on nginx, without any further Ruby on Rails-specific
-configuration!
+Once nginx restarts it's possible to deploy a Ruby on Rails
+application without any further Ruby on Rails-specific configuration!
#####################################################################