Re: Change the auth screen
Not with the standard way because the dialog box is coming from the client, a custom dialog box can be made with php or Lua even.
View ArticleHow to block bad bot in nginx?
I have tried using a code from a guy in github but it didn't work for me## Add here all user agents that are to be blocked.map $http_user_agent $bad_bot {default 0;~*^Lynx 0; # Let Lynx go...
View ArticleHelp with 147 recv() failed (104: Connection reset by peer)
Hello,I am trying to setup a Linux VPS with WordPress and LEMP, but although the majority of the WordPress script works just fine, there is one error that I cannot fix. I was recommended to ask for...
View ArticleRe: disable ipv6 bug
this is a bug as mentioned in the link above "The net.ipv6.conf.all.disable_ipv6 Linux sysctl support is implicit in nginx when it uses getaddrinfo() to resolve hostnames which it only does at...
View Articlehow to setup qmailadmin with Nginx
Dear All,I need Help to setup qmailadmin with nginx.It is working with httpd but not able to configure in nginx.Thanks in advance
View ArticleTunneling request through a different socket connection?
Hi, I am not sure if this is possible somehow (either by using out-of-the box Nginx or by writing some Nginx module).I did not managed do find yet a problem description similar to mine on the net or in...
View ArticleProxying with multiple "tiers" of sources
Hello all!I work with a group of nonprofits collaborating on a project to make educational resources available to places with little or no bandwidth by hosting things like wikipedia content, MOOCs, etc...
View ArticleProxying a remote munin server
Hi NGINX comunity!Has anyone ever tried (or succeeded!) on proxying a remote munin server?What I'm trying to do is to create a location on my nginx server vhost (let's say "/graphs").Then, under...
View ArticleRe: Tunneling request through a different socket connection?
The above could be a more complicated architectural approach to achieve communication, which reduces overhead to a minimum.However the message based approach could make the above scenario easier by...
View ArticleRe: Proxying with multiple "tiers" of sources
I would not use a cache like normal caching would be used but use a mirror of pages, something like squid behind nginx.
View Articleowncloud nginx directive for ispconfig
Hello Together,We are running a LEMP stack with ispconfig (http://www.ispconfig.org) as administration software for our websites. I installed owncloud 7 (http://owncloud.org/) (subdomain...
View ArticleIssues Adding SSL Certificate & Couple of Questions
Hey Guys -I've been wanting to set up a Reverse Proxy for my hosted apps for a while now and after reading an article about Nginx yesterday; decided to give it a shot. The only part I have questions...
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
Get prove04.zip from http://nginx-win.ecsds.eu/and have a look at the *.conf files and the ssl localhost test files.
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
Thanks for the fast reply...I'm downloading and taking a look now. Post update soon - Thanks again!
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
OK, so I downloaded, extracted, and took a look at the conf file. I copied every line which had "ssl" in it, pasted it into my conf file, then made the following changes:- Removed "spdy" from listening...
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
Try the example localhost files, do they give the same error?
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
OK - I tried copying over & using the conf file, but had to rename it to nginx.conf first (to match what I was using.) When running it, I kept getting errors that files / modules couldn't be found....
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
The error tells you it can't find the files, you are using a backslash while it should be a slash, ea.:ssl_certificate ./tconf/localhost-prove.cert;ssl_certificate_key...
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
Thanks!That actually makes sense. I changed the slashes to forward ones and tried to start Nginx again. The good news is that I didn't get the errors again. The bad news is that I got a different...
View Article