proxy_pass not passing to dynamic $host
Hi,I need to do proxy_pass to host name passed in url and rewrite url as well. Since the host name is difference with each request, I cannot provide an upstream for it. Below is the nginx configuration...
View ArticleRe: Shared ditributed in-memory proxy cache
I think this can helphttp://wiki.nginx.org/NginxHttpSRCacheModule
View ArticleThe importance of CNC prototype in launching product for enterprise
Nowadays, the competition between enterprises mainly focus on product design, development circle of new products and the scale of product. As a key to the production of new product, the design and the...
View ArticleIssues nginx (config)
I'm having issues setting up my FreeBSD server with nginx. I always had Apache and recently changed to nginx. I followed this tutorial to get 1 Wordpress website up- en running:...
View Articlecan I copy nginx cache from server to server?
Hi All,I have an nginx server with 100GB cache files of images,can I copy the cache folder to another nginx server?am i missing some index map for the cache , or will the new nginx server be able to...
View Articlecan i exclude /var/lib/nginx/* from backup
In other words, does nginx restore all in this folder itself? Thank you. Thomas
View Articlehttp gzip compression problem for nginx as reverse proxy
I use nginx as reverse proxy server to add load balance function to our web servers.I have configured my web servers right, that I can get gized contents directly from our web server.When I through...
View ArticleNginx configuration
Dear All,I am new in nginx community and I just started using nginx. I try to set up a server with nginx on it. I have set two virtual hosts and when I try to restart the server I get the following...
View ArticleHide ip address
Dear All,this is my second post. I try to set up nginx on a centos machine. I managed to make it respond to the domain name but I could not configure two different server blocks... Also, when I type my...
View ArticleWould it be possible to build a small CDN using nginx and GeoDNS?
My situation is this:I have an image website hosted in the USA. It has Nginx in front of Apache. Apache handles dynamic content and Nginx handles static files. I don't see a reason to put Varnish in...
View Articlehtpasswd protect on port 9200 for all domain ?
hi,i got elastcisearch on my webserver, and would like to acces via http on port 9200 for plugins, but only want to give access on port 9200 on all domains/ip for a restricted user, so user can't...
View ArticleRe: htpasswd protect on port 9200 for all domain ?
location / {auth_basic "Access limited";auth_basic_user_file /nginx/auth/accesslist.txt;[...]}
View ArticlePython + nginx - the easiest way
Hello all!Could you help me?What is the easiest way to set up nginx with python? I'll use it on my Rasp Pi (on Raspbian).I want to run python-scripts on my RP via www.Thanks in advance.
View Articleredirect some subdomains to https using server_name regex
HiI'm trying for a while now and I've searched google, but I can't seem to find the right solution for my redirect problem.I have a webserver running nginx, and I'm trying to get all subdomains linked...
View ArticleRe: redirect some subdomains to https using server_name regex
Never mind... most of the times, right after you post something to a forum, you will find the answer all of a sudden..but, to be polite, I will also include the solution (if a better one exists, please...
View ArticleWant to change my existing site to wordpress. need same wordpress theme
Hi.I Want to change my existing http://unitedwebsoft.in/index.php wordpress training site to wordpress.I need same wordpress theme. If anyone can deleiver ,reply me with cost
View ArticleWordpress admin on Nginx / Apache (reverse proxy) results sometimes in 500,...
I have a really curious situation with Nginx and Apache + PHPSometimes requests are resulted with a 500 Error, somtimes with a 200 but white page, sometimes it's working.And nowhere in any logs I can...
View ArticleBind address error in log
I added some ip address to system via commandip addr add xx.xx.xxx.xxx/27 brd + dev eth0 label eth0:1ip link set eth0:1 upI use nginx as proxy serverproxy_bind xx.xx.xxx.xxx;proxy_pass http://....A...
View ArticleRe: Reverse proxy 1) through subdir 2) of a Fritz!Box config page
Take a look here (in German): http://www.forum-raspberrypi.de/Thread-fritzbox-fernzugang-und-nginx-web-server-%C3%BCber-gleiche-ip (I assume you're German-speaking, as you're using a Fritzbox).Anyway,...
View Article