How to serve static in Rails?
It's typical for Ruby on Rails application to store it's static resources in /public/images , /public/stylesheets, /public/javascript subirs. But all of them have the same beginning of URI:...
View Articleresource: net::ERR_CONNECTION_TIMED_OUT
Hi all ;). Hope everyone is good. Taking the Chance using the Community for helpfully Info ;). i'am little bit desperated, as not sure where the Issue is. i'am using VMware vSphere6 and installed on...
View ArticleRe: Need help setting up http2 to work with firefox
Anything in the logs? (enable debug to see more)
View ArticleRe: Need help setting up http2 to work with firefox
Nothing out of the ordinary. No errors or anything.
View ArticleRe: Need help setting up http2 to work with firefox
I think it has to be a config thing that firefox doesn't like, since chrome works just fine.
View ArticleRe: Need help setting up http2 to work with firefox
Did some testing: Browsers that work: Google Chrome Opera Browsers that don't work: Mozilla Firefox Microsoft Edge Microsoft Internet Explorer Would be nice if someone with a Mac could check if safari...
View ArticleRewrite to index.php on URI detection
Hi folks, I'm attempting to achieve something which is probably quite routine but it's really kicking my ass and i'd appreciate some guidance. I have a single root directory lets call it...
View ArticleRe: Need help setting up http2 to work with firefox
Try it with a simple index.html file with one line in it.
View ArticleRe: Need help setting up http2 to work with firefox
I will try this later, as it is just about 4:00am where I am, and I need to be getting ready for work in 3 hrs, so I need to sleep. I will update you when I test this.
View ArticleRe: Need help setting up http2 to work with firefox
Okay, so my custom 404 page works fine in firefox, decided I'd try to test that quickly before calling it a night. I will do a new gist with some changes I made in the morning, but you can see my 404...
View ArticleRe: Need help setting up http2 to work with firefox
From what I can see it looks like you have some links that stop FF from continuing to load the rest of the pages, maybe some external link which expects the source to be from some specific origin, look...
View Articlenginx two major issues - need help
Hi All, I have found two issues with nginx 1.8.1 version . 1. nginx is not forwarding the http pipelined requests to the FastCGI server. I have a case where the browser sends a GET request to submit a...
View ArticleRe: Need help setting up http2 to work with firefox
Could that be because of the content-security-policy header I have? When I get a chance I'll remove that and see if it makes a difference. I'll also just double check all of my sources for scripts are...
View ArticleRe: How to handle concurrent requests with fastcgi?
Hi Ameisen,, How did you resolve this issue? I am facing same issue with FastCGI application too. It accepts > connections on the listener socket, and defers them to other threads > to process...
View ArticleRe: Need help setting up http2 to work with firefox
Which also likely won't happen until my lunch break in about three hours, so look for an update then.
View ArticleRe: Need help setting up http2 to work with firefox
Found the Culprit! Like i posted earlier, turns out it was the Content-Security-Policy header doing something weird. I've commented it out for now (because I want to figure out the solution...
View ArticleSpecifying geoip country block list in location context
Hi, Can I specify countries to be blocked in location context? For example, I want one of my location definitions accessible from denmark but want to restrict other locations to Denmark & China or...
View Article