0
votes
1answer
15 views
setting up nginx.conf file
I have a vps with passenger and nginx installed and I am trying to get my app deployed, however, I'm getting 404 error. In the VPN my app is located in:
~/app1
so in my nginx.conf file I have the ...
0
votes
0answers
12 views
rails app on nginx+passenger not showing custom error pages
I have a Rails 2.3 app running on nginx 1.2.0 and passenger 3.0.7. I would like to have the custom error pages in the rails app (e.g. /rail_app/public/500.html) be displayed when the appropriate http ...
0
votes
1answer
30 views
Setting the path for the root directory in a rails application
I am using nginx and passenger to deploy my rails app. I followed the steps given at http://www.modrails.com/documentation/Users%20guide%20Nginx.html#deploying_rails_to_sub_uri to deploy my app to a ...
0
votes
2answers
25 views
Too Many Redirects: passenger+nginx SSLRequirement
I have an old rails 2.3 app that I'm in the process of moving to nginx+Passenger (from Apache+Passenger). Nginx is configured for SSL and appears to be functioning correctly, except I am getting ...
0
votes
0answers
33 views
How to set base uri for rails 3.2.12 app deployment?
We want to deploy rails 3.2.12 app to a ubuntu server's base uri (mydomain.com/nbhy). Is there a way we can set the base uri to mydomain.com/nbhy in rails app itself? The server is running on ubuntu ...
2
votes
1answer
33 views
nginx reverse proxy setup resulting in strange access-control-allow-origin issue
I have a Rails application setup on Nginx/Passenger on Ubuntu. Recently I added Faye running on Thin which requires adding a reverse proxy server setup in my Nginx config. I managed to get this to ...
1
vote
1answer
85 views
+150
404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI on nginx/passenger
We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointing ...
0
votes
0answers
14 views
Serving two Rails application (which reside in different servers) from one Nginx Server
I am new to Nginx and i have following scenarios:
1. I have two staging servers, Where staging1 has one Rails application & Nginx Installed.
2. Staging2 has another rails application & Nginx ...
0
votes
0answers
19 views
Phusion Passenger not able to find modified gems
I did some modifications in linkedin gem, in development enviroment its working good. In production mode Phusion Passenger not able to find modified gem, getting following error.
Error message:
...
0
votes
2answers
30 views
Upgrade Phusion Passenger without reinstalling Nginx
Is it possible to upgrade Phusion Passenger to a newer version when it is already running (with Nginx in my case)?
I installed Passenger 4.0.0.rc6 using passenger-install-nginx-module. My Nginx ...
1
vote
0answers
15 views
Nginx, unicorn and multiple rails apps in subrirectories
I'm messing around with aws, and want to deploy multiple apps to my free tier aws account.
I'd like to have nginx point to "ec-2-site.com/first-app" and "ec-2-site.com/second-app.
Here are my ...
0
votes
1answer
33 views
Bundler on production server can't find any gems
I am using passenger + nginx to deploy a rails app. The problem I am having is that bundler is not finding any gems when it tries to install them. For instance, I am getting this error:
Could not ...
1
vote
2answers
32 views
403 Forbidden when using nginx + rails + passenger
I am getting a 403 when I try to access my rails app running on top of nginx and passenger. Here is the error from the log file:
2013/05/09 13:52:34 [error] 27787#0: *1 directory index of ...
0
votes
1answer
23 views
How do you detect the issue causes Passenger application instances keeps consuming more and more memory?
Here it comes:
I have a Rails application running on a RedHat server. I use Passenger Standalone v3.0.19 to serve it. The database is MySQL.
Recently I found that some of the Passenger Application ...
0
votes
1answer
28 views
Rails Nginx and Thin - why don't users get logged off when recycling?
I have a Rails app running on Ubuntu, Nginx, and Thin.
When I stop Nginx and I stop the Thin servers, to a $ cap deploy and then restart Thin and Nginx, I would expect the user to have to log back ...
0
votes
1answer
28 views
How to configure SSL termination on Nginx with a Rails application
I get my SSL request through a load balancer which is performing SSL termination and sending the decrypted traffic to my server on port 81.
I'm running Nginx and have setup a listener to the port 81 ...
0
votes
2answers
24 views
Nginx with Phusion Passenger URI routing
This is my Nginx Server config file
server {
listen 80;
location /node {
proxy_pass http://127.0.0.1:8080;
include ...
0
votes
0answers
29 views
How to setup routes.rb correctly for a sub uri deployment for rails 3.2.12 app?
We want to deploy our rails 3.2.12 app under sub uri nbhy on utuntu server (12.04) with passenger (4.0.1) and nginx(1.4.0)(using passenger_base_uri). Here is the routes.rb in rails app:
root :to ...
0
votes
0answers
52 views
Rails server return “404 Not Found” after user login
Our rails 3.2.12 app is running on ubuntu 12.04 passenger/nginx server. It has been verified that both nginx and passenger are running fine. However after user login, there is 404 Not Found page ...
1
vote
1answer
38 views
Installing Passenger with NGINX as non-root
I am setting up a server where I am not going to use root to install RVM,RoR, NGINX, etc.
So I logon with my user ID and run:
\curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
...
0
votes
1answer
42 views
monit does not find the unicorn worker in production server
I'm using this gem for deploy kapify.
This is my unicorn config:
unicorn config
unicorn.rb.erb
unicorn_init.erb
I have in my deploy:
server "111.111.111.111", :web, :app, :db, primary: true
set ...
0
votes
0answers
25 views
Dragonfly not working in production
I am using Dragonfly with Nginx, unicorn and mini_magick. I am using mem_cache_store in production.
Image upload and display works fine in development environment. But on production it fails with ...
3
votes
3answers
41 views
Avoiding to hardcode server configuration
I'm working on a Rails application, and I'm about to open-source it.
I'm deploying it to a VPS server, configured with nginx and unicorn, following this RailsCast.
In order to get Capistrano, Nginx ...
0
votes
2answers
86 views
Nginx can not forward the request protocol correctly to upstream
I have a website in rails 4 beta. It is running on Nginx + Unicorn. I want nginx to forward the request protocol ( 'http' or 'https' ) to unicorn so that I can work with them. However I am not able to ...
0
votes
1answer
76 views
Configuring multiple Rails projects with nginx, rvm, and passenger?
I'm using nginx, rvm and passenger to run a web server for a Rails project (i.e., project1). This project has a specific gemset defined for it. I now need to run a second project (i.e., project2) ...
0
votes
0answers
32 views
[Rails]Page caching on deployment
I've actually a problem with my deployed rails 3 app. It is hosted on a linux server using Nginx. But I have a problem.
When I update my app with Capistrano and I reload the page in my browser, the ...
0
votes
0answers
51 views
Dealing with long conversion times on nginx, ffmpeg and Ruby on Rails
I have developed a Ruby on Rails-based app which allows users to upload videos to one of our local servers (Ubunto 10.04 LTS). The server uses nginx.
Through the paperclip-ffmpeg gem, videos are ...
0
votes
1answer
75 views
Random unicorn timeouts and flapping
I'm running a pretty high-traffic Rails 3.2 app on Unicorn and Nginx (multiple web nodes), but every once in a while I will see Unicorn workers start timing out and getting sigkilled by the Unicorn ...
0
votes
1answer
43 views
how to Handle Subdomain in rails with unicorn, and nginx
I followed a simple railscasts episode on multitenant
now all tenants in my app enters their subdomain which works locally on my dev syatem but wen i try this same process on my vps system, the ...
0
votes
0answers
11 views
Passenger/Nginx definable signals
I have a Rails app running on Passenger/Nginx (with Passenger as an Nginx module).
I'm trying to hunt down a memory leak, and need the live process to dump some debug information on demand.
I tried ...
0
votes
2answers
91 views
passenger with nginx on ubuntu linux - not recognizing my app
I install passenger on rvm with gem
gem install passenger
and then install nginx with it
rvmsudo passenger-install-nginx-module
and edited the /opt/nginx/nginx.conf file adding this two line to ...
0
votes
2answers
89 views
RoR - nginx issue when trying to deploy with unicorn
I'm beginner in Ruby on Rails and have some difficulties to deploy my rails application (with nginx + unicorn). I don't know what's going on, but here is the kind of errors I get in log files when I ...
1
vote
1answer
244 views
nginx 1.3.13 reverse proxy websockets
I have a Ruby on Rails 3.2 app with the websocket-rails gem, running in a thin webserver behind a nginx reverse proxy.
Except for the nginx reverse proxy, everything works just fine. By removing the ...
-1
votes
1answer
94 views
How to Start a Thin Socket-Backed Cluster from Foreman [closed]
I'm trying to set up Discourse behind an Nginx proxy, served via Thin and started via Foreman.
So I have a Procfile like so:
web: thin start -p $PORT --socket tmp/sockets/thin.sock
sidekiq: bundle ...
0
votes
0answers
83 views
500 Internal Server Error - nginx with Rails app
I am trying setup nginx in my server in order to run a Rails app.
But when I click in "About your application’s environment" I see
500 Internal Server Error
nginx/1.2.6
. I try many things but ...
0
votes
1answer
36 views
How to reverse proxy activeadmin application?
I'd like the 2 parts of my rails / activeadmin application to be accessed directly from 2 differents subdomain:
admin.domain.tld => http://localhost:9999/admin/login
api.domain.tlp => ...
0
votes
1answer
81 views
Would it be performant to use nginx with apache with unicorn for rails or would that be slow?
For an application I'm helping architect we wanted to use nginx + unicorn as part of our server stack. We've heard good things about the speed at which nginx can serve static files. Unfortunately part ...
1
vote
1answer
31 views
Strange error “403 Forbidden” for files in public/images
I have got strange error - "403 Forbidden" for images in directory public/images . But other images from nested directories loads without problems (i.g. from public/images/product ). I'm using Nginx ...
0
votes
0answers
32 views
Rails, nginx - easy way to use only .html ending on URL
Use nginx with unicorn on backend. But for SEO needed to use with extension or not. I'm not very skilled from server administration, and I need advice where realise code for adding .html to all ...
0
votes
2answers
96 views
Rails on Phusion Passenger with Nginx not allow uploading files of size > 2G
Rails on Phusion Passenger with Nginx not allow uploading files of size > 2G.
During upload I get 500 error and a RackMultipart file in /tmp folder of size 2G exactly.
nginx.conf:
worker_processes ...
0
votes
1answer
78 views
Howto configure Nginx subdomain besides Rails application
I have a Rails based API that runs on a backend Nginx server and is stable. The server is not reachable from the outside, it has an Apache as a proxy before it. The API is available via a subdomain: ...
0
votes
1answer
62 views
What SSL Certificates when using NGINX as loadbalancer for a RAILS Application
I have a rails app (3.2.x) https://myapp.com (ficticious name) using Nginx as the webserver, one server running the whole software stack. Notice the https, I have a valid SSL certificate installed.
...
2
votes
1answer
77 views
Nginx Rails Error
When I start nginx, I get this error:
Preloader for /u/apps/Dismissrr/current started on PID 23521, listening on unix:/tmp/passenger.1.0.23443/generation-0/backends/preloader.23521
[ 2013-04-05 ...
0
votes
0answers
38 views
dragonfly, passenger, nginx - no preview images
We are trying to use dragonfly to upload and process images in a rails 3.2 app.
The uploading (and storing on Amazon S3) seems to go fine. The problem is that any 'processed' images are not ...
0
votes
0answers
25 views
Threading misbehaves on Passenger and Nginx
I'm working on a website internationalization module that utilizes fast_gettext for language localization, and I store my translation records in database, not in po files. Since fast_gettext uses ...
2
votes
3answers
109 views
Why is nginx serving my rails app very slowly on development environment?
I am developing an RoR application on mac OSX.
In order to be able to access my app on http://localhost, and in order to support SSL in my tests, I use nginx as a proxy to my Webrick port 3000 with ...
0
votes
1answer
66 views
What “workers” really are?
I feel lost.
Nginx has it's own "Worker" processes,
Unicorn has it's own "Worker" settings,
Resque has it's own "Workers".
Unicorn's settings should be related to Nginx's or Resque's I guess?
I ...
0
votes
1answer
85 views
Ruby in Rails, production. Content doesn't updates on pages, but updates after press F5
I've nginx and unicorn on VPS as production environment.
And when I add any model instance (article, post - anything) by a form of site, and click on an any link, that assigned page must shows this ...
0
votes
2answers
61 views
nginx with passenger and rvm 1.19, .rvmrc not work sometimes
I am using nginx, passenger and rvm 1.19
everything goes fine, but when i created .rvmrc at the root of my rails project, as follow:
rvm use 1.9.3@rails3213
and start nginx, the first time it ...
0
votes
1answer
132 views
Nginx + Passenger to serve rails apps in different sub URIs
I'm running a rails app in a Debian server (ip 192.168.1.193) with passenger as a standalone
$ cd /home/hector/webapps/first
$ passenger start -a 127.0.0.1 -p 3000
And I want to serve this app ...

