nginx on windows for dual pc streaming issues.
Hey guys i stream on twitch and have been looking for a way to make my stream better quality but do not have 100s to spend on a capture card. What i do have is 2 pcs mostly identical, both have a amd...
View ArticleRe: Monitor connections
I've just finished a fairly deep-dive into the subject of monitoring various Nginx-related things, and perhaps can be of some help --There are basically two ways to get good monitoring data out of...
View ArticleRe: Load balancing a group of IIS, Apache Httpd, and Tomcat servers using...
Hi itpp2012,Thank you for your post.Would you by any chance be able to provide detail instructions on how this can be achieved? If not an overview will do.The setup would consist of,2 IIS servers -...
View ArticleHow to URL rewrite
I have a page http://www.myserver.com/data/page1and there is a link inside the page http://www.myserver.com/data/page1/detailsI would like to rewrite it to http://www.myserver.com/page1 and when ever...
View ArticleRe: Load balancing a group of IIS, Apache Httpd, and Tomcat servers using...
See http://nginx.org/en/docs/http/load_balancing.htmljust create multiple upstreams and use location to direct what goes where.
View Articleproxy and web caching
I have tried a few configurations to setup website caching but with no success.I do have the proxy working however.Can someone provide a simple config to get basic caching working. The backend is a...
View ArticleRe: proxy and web caching
Add the cache settings;ea.:proxy_cache content;proxy_cache_key $scheme$host$request_uri$request_method;proxy_cache_valid 200 301 302 304 15s;proxy_cache_use_stale updating error timeout invalid_header...
View ArticleRe: proxy and web caching
Figured it out ...only needed,proxy_cache_valid 200 302 301 60m;
View ArticleRe: Help needed--reverse proxy to different internal hosts based on url
Thanks for your help. I'm still struggling with this. I fear I am making it too complicated somehow. I've tried the below but still get a 404 error. Also, while I've got the rewrite logging option...
View ArticleRe: Help needed--reverse proxy to different internal hosts based on url
If you download prove05.zip of my site and check out the file nginx-win-prove.conf;location /ajptest1/ {[.............]rewrite /ajptest1/([^/]+) /$1 break;ajp_pass tomcats/; # or pass directly to IP}I...
View ArticleHow to proxy_pass to a single page app with a '#' in url?
I'm having the following issue and have not been able to find anyone who can figure it out:http://stackoverflow.com/questions/28520005/how-to-proxy-angular-app-with-nginx-on-a-rails-boxIf you can help...
View ArticleShorten URI for phpMyAdmin
I have simple LAN-facing Nginx that serves php-based programs located in individual folders. One of these is phpMyAdmin (under document_root/phpMyAdmin) but I'd like to shorten the folder name to...
View ArticleWhy Nginx redirect www to non-www urls?
Hi!As in the title my problem is about www e non www urls. I use nginxCP, a distribution of nginx that suites cPanel and WHM.I need to be able to surf my magento sites hosted by this server with both...
View ArticleRe: Why Nginx redirect www to non-www urls?
itpp2012 Wrote:-------------------------------------------------------> server_name www.mydomain.eu mydomain.eu;Thank you itpp2012, but I've already tried this solution and it still not workingAny...
View ArticleNginx config file using ipv6
Hi, I'm vary happy to join your forum.Few days ago I decided to install nginx on my VPS CentOS 6 + WHM. Found this: https://www.servint.net/university/article/installing-nginx-cpanel-server/ installed...
View ArticleExpected Server configuration for 100 users
Hi,We are configuring the NGINX as a reverse proxy. We are expecting some 100 concurrent users or connections/sessions to be active at any given moment of time. Right now the server is acting as a...
View ArticleSubdomain on same IP
Hi!First, sorry if my english isn't perfect, i hope you understand what my problem is.I have an Ubuntu 14.04 LTS x64 with nginx and subsonic on a vserver with 1 IP.What i want:- Homepage on domain.com-...
View ArticleMultiple servers with the same IP
Hello,I have 2 domain names "pvp-blastfight.fr" and "oxycraft.net" that redirect to the same IP address: 37.187.143.173:80. Despite my configurations that changes the location of the site based on the...
View Article