Reverse proxy and context path (no replies)
I have a Jetty application works at: https://my-server-ip (root context)Now I want to use https://my-domain.com/some/path for my app.Is it possible with Nginx? I'm a newbie.Thanks
View Articlenginx/KQUEUE breaks proxy_ignore_client_abort (1 reply)
Folks,If nginx is built on FreeBSD, "proxy_ignore_client_abort on;" hasno/little effect, because TCP half-closes cause a connection dropeven if not speaking to a proxy backend.Situation: PGP clients...
View ArticleCall of duty black Ops 2 Free Download Pc Game (1 reply)
Call of duty black ops free download proudly presentsCall of Duty: BlackOps II (c) Activision12-11-2012......Release Date <->Protection.............Steam+CEGFPS................Game Type...
View ArticleWildCard domains : how to treat IP Address and Specific Domains differently...
forgive me if this has been asked before -- I couldn't find this exact question in my mailing list archives back to 2007I am trying to deal with wildcard domains in a setup.The intended result is to do...
View Articleproxy pass server based on request method (no replies)
We want to pick the backend server to proxy_pass to based on the request method. Saw one example that used limit_except. Another idea would be to use lua. Is there a preferred way to achieve this?Karl
View ArticleHow can nginx reverse proxy google app engine via SPDY? (1 reply)
In China , government block google app engine by GFWSo , I use a nginx reverse proxy (proxy_pass) to google app engine via httpsMy Site need https to keep security , so I want to know can I let...
View ArticleFastCGI cache has stopped working (6 replies)
Nginx's FastCGI caching used to work perfectly for me, but recently it stopped working and I can't work out why.This is how the headers look:HTTP/1.1 200 OKServer: nginx/1.2.7Date: Sun, 03 Mar 2013...
View ArticleConvert Apache rewrite to NGinx (5 replies)
Hi,Using nginx 1.2.1 on Debian Wheezy 64 bits.My wordpress need rewrite, it gave me this:<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond...
View ArticleNginX and Magento very strange problem (?!) (1 reply)
Hello All,This is my first post on the forum, so thank you very much in advance for your attention on my topic. Hope anyone could help me :)The problem we are getting with NginX and Magento, is...
View ArticleRegular expression used in server_name directive (8 replies)
I am using a regular expression with a capture group in my server_name directive. It looks like:server_name (?<account>.+)\.mydomain\.com$The problem is that I want to expand it slightly and say...
View ArticleWhat's the best way to have some kind of state in a custom module? (no replies)
Hello Nginx Gurus,I'm kind of a newby in nginx plugin development, so trying to understand what's the best way toconnect to a proprietary backend system (that provides C API) from within nginx...
View ArticleTiming the backend response... (no replies)
Hi,in a reverse-proxy setup, what are the options to time the backend response...?There is no timing info in server-status.Is the only way to get them to continually parse the logs for the$request_time...
View Article[HELP] Can't reach my server (1 reply)
Hi,I followed this: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6//Starting nginx: [ OK ]//ps -ef | grep nginx:root 1739 1714 0 09:40 pts/0...
View Articlefastcgi_buffers question (no replies)
Hi,What is the best configuration for fastcgi_buffersfastcgi_buffers 512 4k;orfastcgi_buffers 4 512k;Both are allocating 2 Mb cache; but which is better .getconf PAGESIZE on my system returns 4kThank...
View Articleget alert : sem_init() failed (78: Function not implemented (2 replies)
Hi All,I just upgrade freebsd from 8.1 to 9.1. And after that, every time I start Nginx, I'l get below error message:2013/03/04 09:21:27 [alert] 43757#0: sem_init() failed (78: Function not...
View ArticleUSE_THREAD nginx? (1 reply)
Hi,I see under auto/options, the macro USE_THREAD is set to no while theconfigure options are disabled.Out of curiosity, are they planned to bundle threading with the reactorloop in the future? or why...
View ArticleWebsocket on port 80 (1 reply)
Hi List,I am using Nginx-1.3.13 for this websocket support. I am doingsocket.ioproxy from Nginx . Below is my nginx.conf for websocket .http {include /etc/nginx/mime.types;default_type...
View ArticleManage Configuration with external script question... (no replies)
Hi guys,I set up an nginx as reverse proxy and did some scripts so hosts could beadded automatically just by entering the name and ip. Pretty basic.Now i am interested in creating a script to manage...
View ArticleWanted: suggestions on how to invert proxy_pass return codes (1 reply)
Hi all -I have an odd requirement which I'm not quite able to solve - is thereanyone out there with a solution?For reasons I won't go into, but which are unfortunately immovable andquite real, I need...
View ArticleAny suggestions for setting up Global/Wildcard Errors ? (no replies)
I'm surprised this hasn't come up before ( I've looked on this archive + Stack Overflow )There doesn't seem to be a way to catch all errors in nginx. They need to all be specified.I'm using nginx with...
View Article