How to know http errors rate?
It is really useful to have statistics of http error rates over time. Say, if I see rise of 5xx errors in last minute I'll try to figure out what's wrong on server. So far I can do that by parsing...
View ArticleRedirects after change permalinks on WordPress
Hello guys, I have an old site in WordPress using Nginx configured by EasyEngine script. Permanent links include the year and month of posting the url besides the category, as in the example below:...
View ArticleOpenVPN UDP
Hi guys, I'm trying to set-up a configuration like this one: openvpn client -> nginx 1.11.3 -> openvpn server (udp port) I configured nginx to accept connections on a udp port and reverse to...
View ArticleMono, fastcgi, Nginx config problem for ASP.NET
Hello, My Nginx setup works with an index.html file but when I try to create an 'Default.aspx' file I get 502 Bad Gateway with "nginx/1.6.3" displayed underneath. I basically followed these...
View Articleredirection of websites
Hi, our 301 redirection server has been working since the past weeks, just yesterday we've found out that it has not been doing its task in redirecting the sites. Below is part of the config file to...
View ArticleRe: Mono, fastcgi, Nginx config problem for ASP.NET
EDIT: I tried to make the above "generic" by using the "mydomain.com" instead of "skippyvondrake.com". So replace one with the other. I didn't mix the two in the conf or commands. "skippyvondrake.com"...
View Articlereverse proxy with TLS termination and DNS lookup
hi all.. I am trying to configure a reverse proxy which redirects a URL of the form: https://mydomain.com/myapp/abcd/... to: http://myapp:5100/abcd/... with DNS resolution of "myapp" to an IP address...
View ArticleProxy from one DMZ Nginx instance to another Nginx instance inside our FW
Hi, I am trying to accomplish the following scenario: 1. Requests from the Internet goes to our Citrix NetScaler frontend - working 2. NetScaler passes on to Nginx in DMZ - working 3. Nginx sends...
View ArticleRe: Proxy from one DMZ Nginx instance to another Nginx instance inside our FW
Maybe it would have been easier to just ask if it is possible to route from one Nginx instance to another Nginx instance? Sorry about that! Cheers thg
View ArticleRe: Proxy from one DMZ Nginx instance to another Nginx instance inside our FW
Always possible, check the logfiles to see what is getting passed and on what exactly nginx is giving the error, Curl is best used here.
View ArticleRe: Redirect when site is unavailable.
I was able to get Nginx configured as a proxy to our Sharepoint WebApp server with the following config: user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid;...
View ArticleRe: Redirect when site is unavailable.
gdalton240 Wrote: ------------------------------------------------------- > stream { > server { > listen *:80; > root /etc/nginx/; root has no meaning when using stream {} since 'stream'...
View ArticleRe: Proxy from one DMZ Nginx instance to another Nginx instance inside our FW
Thx for reaching out @itpp2012 I managed to get this up and running by using the alias instead of root parameter on my Nginx instance on the inside. Thx and have a great day Cheers thg
View ArticleRe: wordpress+nginx=cart not working???
If you trouble some problem in worpress woocommerce website then you have to use best of Opencart SMS Extension is for your website Then you use MSG91 it give you best result.
View Articlenginx 1.13 throwing 110 Connection timeout on Ubuntu16.04
This issue started happening after we update the latest 1.11.3 version recently on ubuntu16.04 server. We didn't touch any of the nginx default configurations during this update. Attaching the...
View ArticleX-Accel-Redirect - showing instead force-download
yo guys, I'm searching for solution of my problem, mby some one has any clues about it. I need to show files preview (.pdf) to a users, who have access to that.: Picker.route('/preview/:_id',...
View ArticleHide Wordpress Page
Hello, I have a wordpress site that I would like to restrict access to the admin page. The server sits in AWS behind an ELB. I am setting up the location directive in my .conf file between the server...
View ArticleRe: 403 on allowed IP
Did you ever get this figured out? I'm running into the same problem. Thanks!
View ArticleAccess NGINX from outside with another port
Hello together, I want to keep the ServerName and Port dynamicly on my rewrite: Lets say the Firewall redirect port 8081 to 80. So, if i access the webserver for example with "192.168.1.123/frontend"...
View Article