Setting a proxy for an upstream server
Just posted this question on ServerFault (http://serverfault.com/questions/504079/setting-a-proxy-for-an-nginx-upstream-server), cross-posting here for some more visibility.Is it possible for an...
View ArticleRewrite and encode url
Hello,I try to make an url rewriting wich rewrite all jpg|gif|png to a script.I write this :rewrite ^(.*)\.(jp?g|gif|png)$ $scheme://$host/redirection_image/afficher$1 last;It's work, but if I pass a...
View ArticleSocialEngine + Nginx (0.7version)
Hi. I have checked the forum and there is one message on this but it is not of any assistance. I have a Turnkey Nginx stack installed along with Social Engine. The Nginx version bundled in this package...
View ArticleRe: Redirecting www to non-www with Varnish installed?
Seems my question has fallen on deaf ears. Never mind.
View Articlewebdav permission
I'm using archlinux.I set up nginx webdav with dav-ext-module from github...I couldn't write any file.I do everything.dav_access user:rw group:rw all:rw;or I change file owner to http.And I change...
View ArticlePlease I need urgent help in Nginx configuration
Things I'll need to be in working order:1. nginx2. uwsgi3. pyramid ( google for python pyramid )4. pip/install pillow5. domain to be used ( princelytreasure.com ), meaning to say if I enter...
View ArticleNGINX error and Wampserver
I am new to NGINX. Do I have to uinstall wampserver first before using NGINX?
View ArticleRe: Websites can get to the correct server blocks
Hi,It should work as expected. Please check two things:1) make sure you're connecting using HTTP/1.1 protocol and not HTTP/1.0 which does not support virtual hosts.2) in your example on stackoverflow...
View ArticleConflicting apt-get apache issues
Installed a fresh debian minimal x64 recently, want it to run php-fpm and nginx, and nothing related to apache*.The weirdest thing however is that apt-get seems to ignore my wishes and keeps dumping...
View ArticleHow to run multiple projects in NGINX?
I am relatively new to NGINX. I was used to using packages like xampp for all my web projects. I installed NGINX, PHP and MariaDB on my local computer and I would like to know how do i run multiple...
View Articlequestions about $args on try_files inside location with regex
hi! (sorry for my bad english)i have a URL like this:http://www.domain.com/resize.php?pic=images/elements/imagename.jpg&type=300cropthat php checks if that image exists and serves, if not, creates...
View Articlehow to disable resume capability
Hello EveryoneI just moved in nginx and somehow I'm newbe...I am using my server as a download server. and i need to know how can i disable resume capability for my users in one virtualhost?I already...
View ArticleReverse proxy host (dns proxy?)
does anyone has an idea how configure nginx as reverse proxy host like x4b.org does ? maybe via dns or ? for multiple sites.
View Articleallowing specific http locations for https only back-end
i have a back-end server which is setup for https only.there are a handful of specific urls that i would like to make available to non-ssl clients via nginx front.i tried a couple of things but i can't...
View ArticleRe: questions about $args on try_files inside location with regex
Hello,Maybe you don't need PHP at all to resize images, as there is native nginx module that performs this job.http://wiki.nginx.org/HttpImageFilterModuleIt does all what you need and will put less...
View Articlenginx server unix socket
Hi,I have a network camera and I am using nginx as a reverse proxy to access the camera URL, but I do not want people to be able to access the url directly. I want to include the feed in a site.So I...
View Articlecache a request conditionally based on cookies?
Hi,Using NginX as a reverse proxy, I want to cache the response ONLY if the user has NOT logged in, which can be checked by testing the existence of a cookie.First I tried to use "if", but NginX...
View ArticleRe: Reverse proxy host (dns proxy?)
As the owner of http://x4b.org/ I am probably the best person to answer this question.We use a combination of nginx, many open source nginx modules (both modified and unmodified) and lots of...
View ArticleNginx proxy to dmserver чего ждет?
День добрый, CentOS6.2 + nginx/1.2.6 проксирует на dmserver , время обработки запроса без Nginx составляет 0.010~0.015 мс, а вот когда в качестве прокси время обработки запроса увеличивается до...
View Article