diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:00:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:00:03 +0000 |
commit | fec86d00b7e883b25c352c6203325bb4b92ae714 (patch) | |
tree | d8ef5c93e40e8df4c45fab3c4c0d275de8f78bc3 /www/rubygem-passenger/files | |
parent | - Combine the two USES together - one used to incorrectly over-right the other. (diff) |
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7.
Diffstat (limited to 'www/rubygem-passenger/files')
-rw-r--r-- | www/rubygem-passenger/files/patch-src-agent-Core-SecurityUpdateChecker.h | 14 | ||||
-rw-r--r-- | www/rubygem-passenger/files/pkg-message-nginx.in | 12 |
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! ##################################################################### |