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

Forum Threads

API Authentication with an OAuth Provider Discussion

41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray 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 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

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 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

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

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

rbenv: bundle: command not found

15
Servers
I'm trying to deploy my Rails app on my Digital Oceans VPS but I'm running into a error: Running `cap production deploy` ends up with this error: INFO[7cd03924] Running ~/.rbenv/bin/rbenv exec b...
shakycode replied

Getting a 403 on Ubuntu + Nginx

3
Servers
My error log outputs the following, [ 2014-11-02 04:18:12.0511 23504/7f64e6a36780 agents/Watchdog/Main.cpp:538 ]: Options: { 'analytics_log_user' => 'nobody', 'default_group' => 'nogroup', ...
Neeraj Kumar replied

Nginx.conf failed

7
Servers
I followed line by line in [this tutorial](https://gorails.com/deploy/ubuntu/14.04)to setup my own production server. After Nginx is installed and up and running, I followed the instruction to mod...
Chris Oliver replied

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?

Simple Test with empty rails fails

0
Testing
Hi everyone, I'm currently trying to create a template for internal Rails development and I just tried the newest Rails 6.0.3.1 and it fails with a simple test: ``` /tmp $ mkdir app-test /tmp $ c...
Andreas Steinel posted

One Time Payments With Pay And Stripe Discussion

9
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...
Shawn Kearney replied

Trouble with part 3 of Direct Uploads to S3

0
Rails
I am working through your Direct Uploads to S3 series and have run into a snag that I am hoping you can help with. Everything has worked as advertised UNTIL I added the js in episode 3. Now I am ...
scott tallarida posted

How to Build a Slack Slash Command App with Rails Discussion

10
General
/soo nice /great job!
Camden Dickerson replied

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion

53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. 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 to resolve 403 Forbidden error when rendering sign-up view for admins?

1
Rails
Is there a way to resolve 403 Forbidden error when rendering a sign-up view for admins? This issue does not happen to the user sign-up views. I am using Rails 6.0.3.5, Ruby 2.7.1 and Devise 4.7.3....
Alfred Montalvo Jr replied
Solved