Replace apache with nginx (no replies)
Hello there. I want to migrate my website only on nginx. I setup everything, but have issue with my htaccess. Here is the file: [root@server]# cat .htaccess <IfModule mod_rewrite.c> RewriteEngine...
View Articlenginx wrong with systemd (no replies)
default.conf location / { #root /usr/share/nginx/html; root /sdd/; #index index.html index.htm; autoindex on; [root@centos /]# /usr/sbin/nginx -c /etc/nginx/nginx.conf I can read the files [root@centos...
View Articleproxy cache + pseudo-streaming for mp4/flv (no replies)
Hi guys! In order to make the `proxy cache` and `pseudo-streaming for mp4/flv` work together, I do a rough hacking on nginx 1.9.12 (there is my patch: https://pastebin.mozilla.org/8869689). It works...
View Articlea strange log (no replies)
Hi, I have a strange log from 169.229.3.91 (University of California at Berkeley ISTDATA (NET-169-229-0-0-2) 169.229.0.0 - 169.229.255.255). [06/May/2016:13:03:10 +0200] .... 5\xF5\x13\xED\xCA...
View ArticleNginx always searches index.php in the wrong directory (1 reply)
Hello! I have a web root directory pointing to /var/www/html. I have several subfolders in /var/www/html where I host different projects. Example: /var/www/html/chatserver When I try to access http://...
View ArticleRange request with Accept-Encoding:“gzip,deflate" for *.pdf.* file-name...
We are facing this weird behavior wherein if a range request with Accept-Encoding:“gzip,deflate" is called for a url having .pdf as part of path, nginx would throw 416 even if the range is well within...
View ArticleHTTP2 window update and priority (4 replies)
Hi According to my view on the source code of Nginx 1.9.15, I noticed some observation below: 1. when there is no enough window, nginx won't send back the response frame, though according to the log,...
View Articlephp5-fpm gives unknown script error (3 replies)
Hello list, I'm pretty new to Nginx, but I wanted to give it a shot. I like how it is configured--it makes more sense to me than Apache. However, I'm having a hard time with getting php. I'm running on...
View ArticleNginx as reverse proxy scalability (7 replies)
Hello, I'm currently working on nginx limits as a reverse proxy on a Debian box. My current setup is a nginx configured as a http/https web server (for static content) and a reverse proxy for node.js...
View ArticleGlobal denial for certain IPs or agents? (3 replies)
Hi all, I've got Nginx on a Debian server, hosting two sites (two subdomains of my work's website). I want to limit both, and any future subdomains, to only intranet addresses. I also saw access logs...
View ArticleSO_BINDTODEVICE (1 reply)
My device has multiple interfaces and supports dynamic ips. SO_BINDTODEVICE looks like it would be used to specify a device in the listen statement instead of having to update every IP change. I see...
View Articletimeout with UWSGI? (9 replies)
Hi all, My Flask app is finally up and running, using UWSGI! This is great, but I'm hitting a problem if the app takes too long. It talks to an AS400, so can sometimes take a while to gather the...
View Articlechange client_body_buffer_size from 16K to 256K made the nginx logs size from...
Hi Team, I always use below configuration to record the post date of my webserver (for security resaon) http { ... log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status...
View ArticleNGINX: Set/use requests with fully qualified domain name (= FQDN). (no replies)
Hi @ all. NGINX proxy_pass works great with our internal servers. Thanks for the good work. Now I want to proxy_pass an external server and I have to use our proxy for this to get an external...
View ArticleAnyone running OSTicket with Nginx? (12 replies)
Hi all, I'm using Nginx (obviously), but I want to try OSTicket. The only supported servers for it are, for whatever reason, Apache and IIS. I hate IIS, and I don't know how I'd run Apache and Nginx...
View Articlelimit_req_zone (4 replies)
Greetings fellow nginx users, Is the limit_req_zone module included in the core version ? I't doesn't show up when I list the modules via nginx -V although when I add the directive into my nginx...
View ArticleDNS Caching Issue For community version (6 replies)
Troubled up in DNS caching of the IP address for a given DNS name. Adding the solution given below does not solve the problem of DNS caching in NGINX. resolver 8.8.8.8; set $upstream_endpoint...
View ArticleServing website with Apache, with Nginx as interface? (5 replies)
Hello all, Here's what I'm trying to do. I have two sites, sd1.mysite.com and sd2.mysite.com. The fun part is that sd1 is a Flask app, served by Nginx. However, sd2 is OSTicket, which must be served by...
View ArticleUsing proxy_redirect correctly (no replies)
Hi all, My proxy seems to be working, at least so far. I browse to sd2.mysite.com and find the OSTicket installer. Since I've removed the OST site from Nginx, I know Apache is kicking it like it should...
View Articlenginx reverse proxy with rtmp (2 replies)
I am trying to use nginx reverse proxy to connect to a nginx rtmp server 2 servers a and b a = nginx with rtmp ( videos loacated here ) b = nginx reverse proxy the reverse proxy is working good with...
View Article