-
Published Answer
I had the same error during renewal because of my misconfigured firewall.
I ran sudo ufw allow 'Nginx Full' so that certbot co…
•
By
jmarbach
-
Published Answer
Thanks for taking a look @bobbyiliev.
I was able to solve this problem by using JavaScript to ping a website hosted in each of …
•
By
jmarbach
-
Published Question
Background
I am building a Ruby on Rails application that lets users deploy a server in the DO region of their choice.
Problem
I'd like to show the latency between the user's location and all the available DO regions...
2
•
•
By
jmarbach
Ruby on Rails
DigitalOcean
JavaScript
-
Published Answer
Hey @KDSys, thanks for offering your help here. I appreciate it.
It looks like my issue was rails-specific as I was able to get …
Accepted Answer:
Hey @KDSys, thanks for offering your help here. I appreciate it.
It looks like my issue was rails-specific as I was able to get …
•
By
jmarbach
-
Published Question
Hi,
I am running into an error with my Nginx config after following a tutorial on deploying Rails w/Nginx, Puma, and Capistrano.
New versions of the app deploy successfully to the server, however, when I request the d...
Accepted Answer:
Hey @KDSys, thanks for offering your help here. I appreciate it.
It looks like my issue was rails-specific as I was able to get past this error by changing force_ssl = true to force_ssl = false in my config/environme...
2
•
•
By
jmarbach
Nginx
Ruby on Rails