summaryrefslogtreecommitdiff
path: root/www/rubygem-passenger/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-passenger/files')
-rw-r--r--www/rubygem-passenger/files/patch-src-agent-Core-SecurityUpdateChecker.h14
-rw-r--r--www/rubygem-passenger/files/pkg-message-nginx.in12
2 files changed, 8 insertions, 18 deletions
diff --git a/www/rubygem-passenger/files/patch-src-agent-Core-SecurityUpdateChecker.h b/www/rubygem-passenger/files/patch-src-agent-Core-SecurityUpdateChecker.h
deleted file mode 100644
index 588640bc5919..000000000000
--- a/www/rubygem-passenger/files/patch-src-agent-Core-SecurityUpdateChecker.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/agent/Core/SecurityUpdateChecker.h.orig 2018-11-03 10:06:51 UTC
-+++ src/agent/Core/SecurityUpdateChecker.h
-@@ -256,9 +256,11 @@ private:
- error.append(" for proxy address " + sessionState.config["proxy_url"].asString());
- break;
-
-+#if LIBCURL_VERSION_NUM < 0x073e00
- case CURLE_SSL_CACERT:
- // Peer certificate cannot be authenticated with given / known CA certificates. This would happen
- // for MITM but could also be a truststore issue.
-+#endif
- case CURLE_PEER_FAILED_VERIFICATION:
- // The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
- error.append(" while connecting to " + sessionState.configRlz.url
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!
#####################################################################