Questions tagged [passenger-nginx]

31 questions
0
votes
1 answer

passenger_min_instances not working with passenger ruby 2.3 docker

I am having the following Nginx config in passenger docker ruby phusion/passenger-ruby23 as below server { # max body size (request + fileupload) client_max_body_size 5M; listen 80; server_name localhost; location ~* ^/assets/…
channa ly
  • 9,479
  • 14
  • 53
  • 86
1 2
3