From 32d6f55339f5a0a36abff6d457a5ac053c83fd46 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 5 Jan 2015 16:12:04 +0200 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ec58a98..ba5821084 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ For Apache, registry admin goes to port 443 in production, /etc/apache2/sites-en ServerName your-domain ServerAdmin your@example.com + PassengerRoot /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini + PassengerRuby /home/registry/.rbenv/shims/ruby PassengerEnabled on PassengerMinInstances 10 PassengerMaxPoolSize 10 @@ -153,7 +155,7 @@ For Apache, epp goes to port 700, /etc/apache2/sites-enabled/epp.conf short exam EPPSessionRoot /proxy/session EPPErrorRoot /proxy/error - ProxyPass /proxy/ http://localhost:443/epp/ + ProxyPass /proxy/ http://localhost:8080/epp/ EPPAuthURI implicit EPPReturncodeHeader X-EPP-Returncode