Re: Reverse proxy with SSL
Yep, if anyone is wondering, this is the proxy_pass that I put in and it works perfectly! Thanks for the help, @itpp2012 server_names_hash_bucket_size 128; server { listen 80 default_server;...
View ArticleValidate Accept-Encoding
Hi there. Our origin server's config includes "gzip_vary on", which tells proxy caches to vary on Accept-Encoding of the received response. When an nginx cache later caches the response, it takes into...
View ArticleASP.NET Angular app running on an Nginx proxy not locating static files
I have just created a basic application on Visual Studios and tried to get it running on my Ubuntu server on an Nginx proxy. Once I start it the application runs but the front-end cannot locate the...
View ArticleRedirect issues
Currently, I am running JIRA and Confluence on port 8080 and 7080. This is what I would like to happen with my nginx config: port 80 is set to read let's encrypt challenge, otherwise forward to 443 443...
View ArticleCookies problem
Hi Running latest Nginx on CentOS 7 we are dealing with cookies problem. It looks like server doesn't delete cookies after expiration. After that user can't login again, we need to manually delete...
View ArticleReverse proxy to enable Grafana
Hi. I have a server that I do some work on but which is not entirely under my control. So, I'm trying to piece together how it's set up and how to extend its hosting setup. It is currently hosting a...
View ArticleProxy Pass to Upstream HTTPS
I am using proxy_pass directive to upstream https server. The proxy server is meant for LAN clients. The upstream https server uses letsencrypt. How do I configure SSL verification? proxy_pass...
View ArticleAuthentication fails depending on FQDN entered by end user
See attached picture for topology with nginx reverse proxy (fqdn proxy.com) for server with fqdn endpoint.com. Between internet and LAN is a router forwarding all traffic on port 443 to proxy.com...
View Article[SOLVED] Re: Authentication fails depending on FQDN entered by end user
Upstream SUSE server showed this line in the logs: "No issuer certificate for certificate in certification path found". This was solved by entering the full chain of certificates (root, intermediate,...
View ArticleRe: Cookies problem
you mean backend server keeps session entries even they expired? i think that's the server's fault, rather than nginx.
View Articleinclude module in Debian stretch setup
Hi all, I have Debian stretch where nginx was installed with apt-get install the usual way after adding the sources to the sources.list file. nginx is Version 1.13.7 Now I would like to include the...
View ArticleRe: Configuring nginx/php-fpm for high traffic site (5000+ concurrent users)
Hi, i have the similar project and looking for the solution. Did you solve the issue and how? thanks in advance regards Murat
View ArticleIssues with multiple port passes and using Let's Encrypt
Hello, We currently use a single host to run a Confluence and JIRA server (Atlassian products) on port 8080 and 7080. We are not using SSL yet, and would like to set this up using Let's Encrypt. Let's...
View Articlekevent() reported about an closed connection error
Hi, we are using FreeBSD, nginx, php-fpm in our server for php application. Sometimes "kevent() reported about an closed connection (54: Connection reset by peer) while reading response header from...
View ArticleStale Blocking in Proxy Cache
Hello everyone, I'm in big trouble. I'm using nginx to do a proxy cache and enabled the directives: proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; proxy_cache_lock...
View ArticleDENY ALL ONLY ACCEPT SOME IP
Hello, If it is possible to add some on default.conf that i can deny all from my page and only allow some IP? Here is my default.conf but I dont know how I need to do... server { set $rootpath...
View Articleroot path custumized
Hello, I have configured my DNS CNAME: * .mydomain.com Is this possible with nginx? If the url does not have a sub domain use this root: /var/www/mydomain.com If the url has www redirect to without www...
View ArticleMissing /etc/nginx/sites-available/default
i was following a tutorial to setup nginx on ubuntu 16.04 i am supposed to edit a this file : /etc/nginx/sites-available/default but its not there , there is no folder like sites-available what i...
View ArticleNginx reverse proxy
Hello, I am tried to configure my nginx that is installed on Ubuntu 16.10 I have the following infrastructure wan | nginx reverse proxy with domain ssl.example.com | web server http.example.com the...
View ArticleStatic files slooooooow
Hi, I have recently moved my site from shared hosting to VDS with Nginx. The performance of every page that does not contain heavy elements is very obvious, pages do load much faster. However, there is...
View Article