Nginx with Varnish as a proxy. Phantom Port 80 (4 replies)
Hi, I'm having an odd problem here. I'm trying to set up nginx with a varnish proxy in front of it. The box is Ubuntu 15.10, nginx 1.9.3, varnish 4.0.3. For testing I set up varnish on port 8080, and...
View Articleproxy_next_upstream_timeout behavior (no replies)
Hi, If I set proxy_next_upstream_timeout to 50 second, will nginx break the current upstream connection at 50 second and fail the request? Or will it wait until current one finishes (or read timeout)...
View Articleconvert $msec to sec (4 replies)
I need to log the seconds since epoch (without the millisecond resolution) in the access_log file is there is a way to convert the $msec to seconds or drop the exponential part of the time . Probably...
View Articlehide/strip set cookies on static files and howto use alias (no replies)
Hi I have a few questions about how do I configure it. First question: How do I strip the "Set-Cookie" header from all static files like css and jpg? I know i can setup a reverse proxy and use...
View Articleerror_page behavior (3 replies)
Hello, I am struggling to understand the error_page directive behavior: server { listen 80; listen [::]:80; server_name example.org; location /proxied { return 418 "Host: $host, Connection:...
View ArticleNginx TCP stream access log (no replies)
Howdy folks, We are using nginx with stream TCP support but we are wondering if there is a way to have access logs for TCP for at least to know a few things such as: - timestamp (of request) - source...
View ArticleRewrite (1 reply)
Hello, I cannot do following request URL is http://domain.com/x4Zbs5B It should be http://domain.com/index.php?download=x4Zbs5B I tried location / { rewrite ^/([^/][a-zA-Z0-9]+)$ /index.php?download=$1...
View Articlenginx-1.9.14 (no replies)
Changes with nginx 1.9.14 05 Apr 2016 *) Feature: OpenSSL 1.1.0 compatibility. *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering", "scgi_request_buffering", and...
View ArticleNginx collect status data (2 replies)
Hello, I'm using the nginx free version and I need to collect status data like number of connections, number of requests per second, failures, latency and sent and received bytes. Is there a way to get...
View Articlenginx.conf 2016: CFP Now Open – Submit a Proposal! (no replies)
Hello all! We’re excited to announce that the call for proposals for the third NGINX conference, nginx.conf 2016 https://www.nginx.com/nginxconf/ is open. Please submit a talk, and share the CFP with...
View ArticleHeaders More module is not working in nginx-devel (2 replies)
Hi All, I'm using FreeBSD with nginx-devel. It seems that this problem is lasting for a long time (at least start from nginx 1.9.10 ). Even though I built the source with this module, this module is...
View ArticleNginx proxy cache/temp folders empty when located inside /tmp on CentOS 7 (1...
(First post in the Nginx forum, so please bear with me if it seems slightly long...) I'm the maker of Engintron, a popular cPanel plugin which integrates Nginx as a reverse caching proxy in front of...
View ArticleHelp for nginx proxy pass rule (4 replies)
HI, We have a WordPress site named it as https://www.abc.com; We are using Nginx as the web server for this site. I wanted to create a proxy pass rule like this https://www.abc.com/static/js/widget.js...
View ArticleRe: [nginx-announce] nginx-1.9.14 (no replies)
Hello Nginx users, Now available: Nginx 1.9.14 for Windows https://kevinworthington.com/nginxwin1914 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin...
View Articledefault server with custom 404 (1 reply)
I see this question has been asked and answered many times, but I am unable to make it work. On a server with multiple virtual hosts I wish to make a catchall which responds to everything with a 404...
View Articlebug in processing passwords with backslash in mail/imap proxy code (2 replies)
Hello, looks like there is a bug in nginx 1.8.1 in mail proxy code which used for authorization: backslash becomes stripped from password when quoted in imap command: * OK IMAP4 ready p LOGIN "testdev"...
View ArticleBug in 1.9.14 or something else? (1 reply)
I'm running a WordPress 4.4.2-based membership site on Ubuntu 12.04 LTS with PHP 5.6.20. After upgrading to 1.9.14 (compiling from source with no errors or warnings), I could no longer log in to my...
View ArticleRegarding development nginx module (no replies)
Hi, This is Pankaj,I am trying to write a module which is capable to access header value and set header and reading cookie and setting cookie. if i refer apache module then found apr_table_get() and...
View ArticleProxying to ip-camera (5 replies)
Hi, I have the web site and would like to proxying all requests to /ipcam location to internal ip-camera. website http://site.com ip-cam http://site.com/ipcam Below config: location /ipcam { proxy_pass...
View ArticleRe: Performance of NGINX on 16 instances vs 1 instance (1 reply)
Hello, On 4/7/16 5:55 PM, Alexandr Porunov wrote: > Hello, > > I would like to know how NGINX works on a server with 16 cores. Is > it is better to run one instance of NGINX in a bare metal...
View Article