Rails 6.0 + Heroku + Active Storage + VIPS
You're welcome :) About https://github.com/brandoncc/heroku-buildpack-vips/blob/master/bin/compile#L52. It's more because we don't really know the author and what could contain https://bc-heroku-b...
![](https://secure.gravatar.com/avatar/9931cc6b274831dba540f345c5b11b98.png?default=mp&rating=pg&size=48)
You're welcome :) About https://github.com/brandoncc/heroku-buildpack-vips/blob/master/bin/compile#L52. It's more because we don't really know the author and what could contain https://bc-heroku-b...
I'm curious as to why this is happening. The server is set up the exact same way as every other server I have yet this is the only one with this issue.
With Apache, I am facing slow server issue, I am trying to [Hosting WordPress on NGINX with Apache](https://www.cloudways.com/blog/wordpress-nginx-with-apache/), would it work good for my website o...
I'm currently trying to create a new rails app. I can easily do this with `rails new app --database=postgresql` but when I change the `database.yml`, I'm using the same user for every application f...
I know this question is asked a lot in old posts but, no one has fixed my problem. The problem is an error in the web console TypeError: e is undefined ReferenceError: ubah_tampilan_menu is not d...
Hi I'm having the same issue and would be glad to hear some answer about it to...!
Getting slowness on passenger servers in our prod env when large number of web services are being hit from another application server . At the time of load on passenger there is no load on our DBse...
Has any one done deoplying ruby on rails app using following sources centos 7.5 monogoDB, capastraino, unicorn, nginx, jenkins and chef on digital ocean. I would like to see if any one can help us ...
I have an Ubuntu 18.04 server with Nginx and Phusion Passenger (non-Rails app) and it is working for websites with ASCII characters in HTML only. But when I put a non-ascii character to the `index...
Hi. I have an inbuilt chat functionalty on my application that utlises websockets. My server freezes up very often and I can't figure out what config is best suited for my app. `https://github.co...
I have set up and deployed an application using Capistrano and set up the server and ngnix config file, however, I'm still seeing the `Welcome to ngnix` welcome screen.Here is what I have in the `/...
Hey Aaron,You just put the queues in your config/sidekiq.yml file. 👍https://github.com/mperham/sidekiq/blob/master/examples/config.yml
I ended up figuring it out. I had a typo in my 000-default.conf file that was causing the issue.
Rather than doing something complicated with RPC and all that, why not just have Server A make a POST request to an API on Server B and C? You could simply POST the same data changed over to those ...
This also happens if you used the 512MB server size. It still lists as available even though it is not actually. You can use a 1GB server for the same price and it will work fine too.
Are each of these SSL certs in a separate file?Are you restarting nginx with `nginx restart` or `nginx reload`?I've never dealt with near that many SSL certs so that's certainly a new problem to me...
Hey Masud.. here is what we have done. We have 2 nginx sites-available files.. look for /etc/nginx/sites-enabled/1st - SSL_Enabled - Standard Hatch file - Listening to port 80 and 4432nd - Subdomai...
For more info, check this out [Passenger/Nginx reference](https://www.phusionpassenger.com/library/config/nginx/reference/)
Hello Chris I am looking to monitor nginx and passenger
Thanks, Chris. This is what I suspected. Redis on the same machine seems like a good easy solution. And although it would be a nice problem to need to process hundreds of thousands of jobs, realist...