Skip to content

Commit

Permalink
Add RealIP module to Passenger Standalone's Nginx engine
Browse files Browse the repository at this point in the history
Closes GH-1389.
  • Loading branch information
FooBarWidget committed Jun 22, 2015
1 parent 5a8fac7 commit de56678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -9,6 +9,7 @@ Release 5.0.11
* Relative values for the `pid_file` and `log_file` options in Passengerfile.json are now supported.
* If Passengerfile.json contains a syntax error, Passenger Standalone now correctly prints an error message instead of crashing.
* Sending a SIGABRT signal to a Ruby process now properly makes it terminate.
* [Standalone] Passenger Standalone's Nginx engine now includes the RealIP module. Closes GH-1389.


Release 5.0.10
Expand Down
3 changes: 2 additions & 1 deletion lib/phusion_passenger/constants.rb
Expand Up @@ -121,7 +121,8 @@ module SharedConstants
"--without-http_uwsgi_module " <<
"--with-http_gzip_static_module " <<
"--with-http_stub_status_module " <<
"--with-http_ssl_module"
"--with-http_ssl_module " <<
"--with-http_realip_module"
end

SharedConstants.constants.each do |name|
Expand Down

0 comments on commit de56678

Please sign in to comment.