Re: Firewall seemingly being bypassed
Plenty to find,http://ubuntuforums.org/showthread.php?t=2141628https://www.google.nl/#q=iptables%20string%20match%20not%20working
View ArticleRe: Firewall seemingly being bypassed
Thanks. Definitely have some more studying to do.
View Articlehttp to https redirect
Hi All,I want to run my website on https using nginxI tried with following wayapp.jsvar express = require('express');var app = express();app.get('/', function (req, res) {res.send('Hello...
View ArticleRe: http to https redirect
sachin.tiwari50 Wrote:-------------------------------------------------------> listen 80;> server_name http://localhost:3000;> return 301 https://localhost:3000;> https://locahost:80 but it...
View ArticleRe: http to https redirect
I tried with below configserver {listen 3000; # Where other service is listening#listen 16000; # Where other service is listeningserver_name http://54.205.97.56:3000root...
View ArticleRe: http to https redirect
Do you have a listen directive with ssl for 'https://54.205.97.56:1337' ?Btw. you are listening on port 3000 and sending a 301 to the client, its the client then who does redirect.
View ArticlePointing to 'listen 443 ssl;'
I have the /etc/nginx/sites-available/default set up like this. The reason is becauseI want my personal connections to a dashboard webpage to be logged to /var/log/nginx/12.34.56.789.log.This keeps my...
View ArticleMaking two asynchronously calls to a backend server
I want to do the following using NGINX Module : Nginx receives a request, checks if it has the key to decode the request in the cache(custom)> if YES, then decode request, obtain an ID from it and...
View Articleclash of clans
anyone here play clash of clans?we have a tool running on nginx, we love it!clashbot.orghttp://clashbot.orgits super cool, check it out! its all fast and amazing thanks to nginx :)
View ArticleError when uploading files to Jira through Nginx
Hi,We are running Nginx in front of several of our different webpages/services. Among others Jira is one of them. We are now facing a problem when trying to upload larger files to Jira. In Jira the...
View ArticleRe: Error when uploading files to Jira through Nginx
Could be a corrupt cookie, also see this one:http://stackoverflow.com/questions/12315832/how-to-fix-nginx-throws-400-bad-request-headers-on-any-header-testing-tools
View ArticleRe: Error when uploading files to Jira through Nginx
My error log shows this:2015/08/14 13:30:10 [warn] 12324#13008: *11662613 an upstream response is buffered to a temporary file D:\nginx-1.7.10/temp/proxy_temp/6/94/0000763946 while reading upstream,...
View ArticleRe: Error when uploading files to Jira through Nginx
thg Wrote:-------------------------------------------------------> My error log shows this:>> 2015/08/14 13:30:32 [info] 12324#13008: *11662698 client closed> connection while waiting for...
View ArticleRe: Error when uploading files to Jira through Nginx
Tried adding this line but it made no difference. Did I miss something?proxy_ignore_headers X-Accel-Buffering;
View ArticleRe: Error when uploading files to Jira through Nginx
Also tried proxy_buffering off; but I am still unable to get it to work. Appreciate any help with getting the correct syntax.
View ArticleRe: Error when uploading files to Jira through Nginx
Try doing the client part with curl to exclude any browser issue.
View ArticleRe: Error when uploading files to Jira through Nginx
Hi,Got some help here with cURL and it seems there are no browser issue (I have never used this tool before). My helper also indicated that by being able to upload files <20MB browser issues would...
View ArticleRe: Error when uploading files to Jira through Nginx
thg Wrote:-------------------------------------------------------> Hi,>> Got some help here with cURL and it seems there are no browser issue> (I have never used this tool before). My...
View Article