Re: Reverse Proxy: Redirected HTTP Sites Throwing Mixed Content Error
Thanks for the reply... I just realized that reverse proxy doesnt have anything to do with it - sorry. Here's hopefully a better explaination. The root of my website is Organizr v2. It allows you to...
View ArticleRe: Reverse Proxy: Redirected HTTP Sites Throwing Mixed Content Error
Due to the unsafe message it sounds like a DNS issue, or some other setting that believes the link is safe which now is no longer the case, if it works despite the unsafe message its not a nginx issue.
View ArticleWhere is the location of "if" statement?
Hello. I want to add below "if" statement: if ($request_method !~ ^(GET|HEAD|POST)$ ) { return 405; } But where is the location of it? Under "http"? Thank you.
View ArticleConstant 10053 Error in Log
Hey Guys - I recently moved my hosting to a new and up to date (1.15.8) version of NGINX (for Windows) with PHP 7.3.0 on a new system running Windows Server 2016. I mostly use the installation to host...
View ArticleHow to open the site without using port.
Hello guys, I'm new to nginx and still trying to figure out how the things happens. From more than a week I'm reading articles, watching videos and still can't fix my problem. I'll be glad if someone...
View ArticleReverse Proxy to multiple servers one subdomain
I'm a total newbie to nginx, but I managed to get it up and running on a Raspberry Pi, with SSL from certbot / Let's Encrypt, and was able to point it back to a web app running on a Linux server...
View ArticleHow to use Nginx to rout traffic to a squid forwarding proxy
Hi, We are running squid with a custom authentication application. Is it possible to have nginx pass a proxy tunnel to a squid forward proxy? I've seen the...
View Articleweird 403
hello, I have a wamp net setup with nginx and laravel, dev environment. Until yesterday everything was working fine. Then I had to do git pull as my colleague did push some new features, after that...
View ArticleMultiple listen() call in Nginx server
Hi, While running Nginx server, even if I enabled only one port (443), listen() API is calling two times. Why it is so? Only one listen() call is required ? Thanks in advance
View ArticleDoes Nginx automatically cache subfolders ?
Hello I use Nginx as an http cache in front of my Cloudera manager server and basically it works well. However, one thing is not clear to me. When I specify a location to cache (which is actually a...
View ArticleProblem with try_files
Please tell me how you can specify the path to the necessary file in try_files in nginx for wp-rocket to output static files in wordpress. The latest version of wp-rocket forms the next path to the...
View ArticleRe: Problem with try_files
the problem is that the $cache_uri variable contains / instead of %2f. How to remove / from the variable? or how to make sure that nginx does not convert / to %2f when saving?
View ArticleRe: Multiple listen() call in Nginx server
Hi, I would like to add some more points for the clarification of my doubt. I am using nginx 1.11.10. Openssl 1.1.0h After creating socket, binding it to the port and listening, in the function...
View ArticleDynamic Ip Whitelisting using redis or a database
hello everyone, i am looking for a solution to dynamically ip whitelist client that we have . i have seen the solution that NGINX provide with the key-val store but for now we don't have money to spare...
View ArticleRe: NGINX as Reverse Proxy works for HTTPS but not with HTTP
i think that the use of `ssl on` directive is deprecated on your version of NGINX listen 443 ssl; is what i use on my NGINX and it works fine
View ArticleUpstream url not showing.
Hi Team, I am new to Nginx. My configuration below with LB and ssl. When I am hitting url, it is redirecting properly without a port. I want url with a port. Below is my configuration. Could anyone...
View Articlenginx community supports 2 load balancers?
Hi, does Nginx Community version support working of 2 load balancers? I found examples with 1 load balancer, but i want to use 2 load balancers.
View ArticleHow to enable gzip on ssi
Hello! I need help in setting up gzip compression for server side included files. I have enabled gzip compression in nginx.conf This is the configuration that I have used gzip on; gzip_vary on;...
View ArticleCustom log format user_agent
Hi there. i try to setup a server with a "stream" segment in the configuration.That works as expected. I defined some basic logfile format for acces.log. It looks like the following now: stream {...
View Article