Search Results for "403-errors-on-nginx-server"

Forum Threads

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Non-rails, block ip address from nginx without logging to error.log?

4
Servers
Posted this to serverfault too, but I'm still stuck: I have a server that keeps trying to brute force hack via xml-rpc post on a wordpress site (I know, I know). I've blocked the ip address in ng...
Brian Schwartz replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

API Authentication with an OAuth Provider Discussion

41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied

Deploy Ubuntu 22.04 Jammy Jellyfish Discussion

46
General
Thanks a lot for this step by step guide! Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs: Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied

Deploy Rails

9
Servers
Hi . Can you help me ? When i start : cap deploy production, i have errors: 1. rake stdout: Nothing written 2. rake stderr: syck has been removed, psych is used instead How can i resolve them?
Artem Kiryanov replied

How to Deploy Rails to Fly.io Discussion

8
General
Great. Sets up Docker which I didn't want to get into, so that's a great help. Trying it. Looks like $7/month with a Postgres db.
Stéphane Paquet replied

How to use ActionText in Rails 6 Discussion

30
General
Great stuff Chris! Very exciting. I also just watched the @mention episode too. To anyone reading this, a few questions: 1. Do you think we can get @mentions working on our Rails 5.2 app that ha...

Meilisearch api_key invalid issue.

0
Rails
Hi everbody. I think nobody faced that issue cause they integrated meilisearch to their app on production successfully. But me... I have put master key on production(on hatchbox env area and ubuntu...
Mihraç Cerrahoğlu posted

Using Activestorage how do I restrict a file that can only be accessed through links and not outside the website?

3
Rails
So if you copy the link of the rails blob and paste it ( incognito ) it basically downloads the file how is this remedied?

Elasticsearch server with Hatchbox timing out

19
General
Got another hatchbox issue trying to figure out. With elasticsearch now, I have a dedicated cluster that only runs elasticsearch. In the ENV there is the elasticsearch_url and ive SSH into the el...
Chris Oliver replied

Getting googlemaps javascript and turbo links working together

5
Javascript
Hey Chris - been struggling with this off and on for a bit now. Just trying to add basic google maps using the javascript API (not the gems) to a rails 4.2 app and am having all of the various is...
Greg Blass replied

Upload Progress with Refile Javascript Discussion

32
General
Hello Chris, is there a good gem to build a progress bar? (for example, show % complete based on how many episodes you've watched)
Nikola Okonesh replied

If-clause not working

0
General
I've created a little tool which pulls a price from another table according to what was sold. This works perfectly fine. However I need to include a discount logic into that. There should be 3 ways...
Sascha M. posted

How do I test different configurations which are set at Rails boot time?

1
Testing
I'm currently working on a fix related to an issue in spree commerce: https://github.com/spree/spree/issues/12231 To test the failing behavior before I apply my fix, I wrote a Rspec test like this...
Karla Lara replied

One Time Payments With Pay And Stripe Discussion

11
General
I followed every step and all seems to be working to the point where the form is supposed to come up on the screen. Instead of the credit card form being displayed, my screen just goes blank and n...
cjilbert504 replied

Setup Ubuntu 23.10 Mantic Minotaur Discussion

0
General

I'm trying to make a nested form but for some reason, I got problems with the strong params, Any help, please?

0
Rails
I'm getting this error (i think that is for the strong params) here is how it looks all the stuff https://imgur.com/a/Nf8Ba61, if anyone could help me, would be awesome :D
Sebastian Guevara posted

Javascript function firing on page load

1
Javascript
Hi, I'm building my first web app using Jumpstart and I'm running into a weird issue with the Javascript in one of my show views. The issue I have is that instead of firing on click, the toggleC...
benjaminhouy replied
Solved

Host sets website root to rails 6 public folder... why?

0
Servers
Hello. My host service sets website root at my rails 6 app public folder. This results in rendering the static public/index.html instead of root 'pages#index' each time i visit the website url. If ...
Soppi posted