Re: Issues Adding SSL Certificate & Couple of Questions
WAIT - Figured it out - It finally works!I found out that the proxy cache line was still in there. I commented it out, saved, and tried and it worked. Hopefully, it's not something I'll need :)Thanks...
View ArticleRe: Issues Adding SSL Certificate & Couple of Questions
> shared zone "SSL" has no equal addresses:Thats one of the many limitations of the default windows nginx version, use the one from http://nginx-win.ecsds.eu/ and you can use everything and at full...
View Article[Q] General configuration, subdomain, multiple web services
Hello!I'm a beginner in setting up a webserver and I'm struggling with the different configuration files.My first question is:What is the difference of a config-file that is located in...
View ArticleNginx configuration test (out of the box/in non-production env.)
Hey GuysI'm looking for a way to test nginx configuration syntax in the non-production environment..I found there is reliable way - "nginx -t -c $configfile". But this tests more things than...
View ArticleRe: Nginx configuration test (out of the box/in non-production env.)
This just an example: https://github.com/openresty/echo-nginx-module/tree/master/tthe point is there are test systems out there which can be adjusted to what you want to...
View ArticleNgnix with upstream to uWSGI in AWS vpc is not responding
Hi,I have an AWS EC2 instance running Nginx with an upstream to uWSGI. Nginx listening to port 8000 and uWSGi listen to port 3031. This server is running inside a private subnet of an AWS VPC. If I try...
View ArticleRe: Help with 147 recv() failed (104: Connection reset by peer)
Hi Dani, I'm having exactly the same problem,My VPS is from Linode, I guess you also,I think it started to happen when I updated to version 4.1, but I'm not sure.RegardsJuan Pablo
View ArticleRe: nginx + xampp
I was looking for the same and found this, You you found any better solution ?https://www.kapadiya.net/webdevelopment/nginx-proxy-on-xampp-server/
View ArticleRe: Proxying a remote munin server
I think I' m getting reaaaally close...It turned out to be far more complex that I thought...To succeed I use a combination of rewrites, in a determined sequence, playing with last and break at the...
View ArticleRe: Proxying a remote munin server
INITIALLY SOLVED...There is room for refinement... but that works quiet well!location /graphs/ {subs_filter_types text/html text/css text/xml;subs_filter href="(../)*...
View Articleproxy_protocol + SNI ???
Hi Everyone,I first setup one nginx server with a couple server {} and had them listen 443 ssl spdy; they all had separate server_name'sthis all worked perfect...I could access each domain via HTTPS...
View ArticleNginx config for the server as SSL proxy
Hi!I have several web interfaces, running on my Debian server (Deluge, BitTorrent Sync, Ajenti etc.) on different ports on localhost. To enable access from the web I setup nginx as a proxy and...
View ArticleStreaming remote files/Printing out chunks
I'm trying to stream a file from a remote server (outputting smaller chunks) to the client. But it seems as though the buffers are messing with something causing the download speed to be much higher...
View ArticleSetting up a reverse proxy
I got a business comcast router, behind that I have a physical server with Centos 7 installed and NGiNX, I got several virtualbox vm's running on that physical server with bridged network adapter...
View ArticleHow to call web from sub folder
Hi folksPlease help me to configure my web on sub folder.My web work good from main domain folder like http://www.mydomain.comBut when I call from http://www.mydomain.com/en/index.php - home page is...
View ArticleMaking fastcgi play nicely with proxies to other sites?
Hello all,I think I must be missing something basic here, but I've been looking through the docs and whatever the problem is I can't seem to find it. Suppose I have siteA and siteB, both running on the...
View Articlehow to do Hotlinking in Nginx
How to set hot link in my nginx server people are copying my data
View ArticleProblem with URL rewriting in nginx
Hi everybody.I'm sorry to open another post, but i searched the forum and did not find any solutions.First of all I beg your pardon for my totally unawareness about servers... i have just started to...
View ArticleRe: Problem with URL rewriting in nginx
This is the configuration in Apache.<IfModule mod_rewrite.c>Options -MultiViews# Tell PHP that the mod_rewrite module is ENABLED.SetEnv HTTP_MOD_REWRITE OnRewriteEngine OnRewriteCond...
View Article