Re: Log VLC access requests in nginx
itpp2012 Wrote: ------------------------------------------------------- > Interesting, we're doing the same thing with enigma2 boxes but we use > xbmc (called kodi now), anyway are you sure vlc...
View Articlepossible to restream http stream
possible to re stream http stream with nginx and turn it into a RTMP stream? Also will it effect the stream source quality and does it use much cpu?
View ArticleSOAP error with PHP
I have setup NGINX as load balancer for our 4 server IIS webservers. All 4 servers use the same code. However one of the webservers will return an error when in the load balancer array. SoapFault...
View Articleserver section applying where it is not expected to
Hi. I have set up a server section for a mailman list using server { listen xx.xx.xx.xx:80; server_name lists.example.org; location = / { rewrite ^ /mailman/listinfo permanent; } location / { rewrite ^...
View ArticleRe: server section applying where it is not expected to
Tried to capture the HTTP requests while using Opera. The main parts are -- slightly anonymized -- GET / HTTP/1.15.. Host: test.example.org followed by GET /mailman/listinfo HTTP/1.1 Host:...
View ArticleProxy protocol wrapped inside of SSL packet
Hopefully someone can shed some light on this for me. I have been trying to get it working all morning, and am finally throwing in the towel for now. So the situation is, we are using AWS ELB with SSL....
View Article[SOLVED] server section applying where it is not expected to
It seems it was a matter of caching, both on the server and client sides. After several tests with querying the server via telnet (and getting the expected results) and deleting browser caches I think...
View Article1.8.1 rewrite changes
I don't know if this is the new "right" behaviour mentioned in the changelog, but our rewrites stopped working after the upgrade to 1.8.1 I have an URL: "http://mysite.com/css/main-responsive.v203.css"...
View ArticleConfig issue for rewrite / redirect
I just want to setup a simple redirect or rewrite between subdomain and domain but I am quite new to this so I can't figure it out. I have 3 things in my mind (not sure if all 3 is possible at same...
View Articleconfigure document root directory for gitlab mattermost
Hi, I'm trying to set up Let's Encrypt for Gitlab Mattermost. The configuration script for Let's Encrypt needs to put a temporary file in mattermost.example.com/.well-known/some_random_string. The...
View Articlessl_session_tickets not working
Hi all I have a project i'm working on which i want to use ssl_session_tickets on, but i can't get it to work. My project is a caching proxy so it's not serving local content. Config (relevant part)...
View ArticleRe: ssl_session_tickets not working
Forgot to post: nginx -V nginx version: nginx/1.9.9 built with OpenSSL 1.0.2e 3 Dec 2015 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --sbin-path=/usr/sbin/nginx...
View ArticleRe: ssl_session_tickets not working
OK, after more experimentation, i figured it out...SSL/TLS session tickets do not work when a listener is HTTP2 enabled, or at least the logging of session reuse is broken. Can anyone else confirm please?
View ArticleProperly setup of limit_req
Hello, first of all I would like to mention that I read many items on the forum and outsite it, but I still can't completely understand the way this module work and that's the reason why I ask you here...
View ArticleRe: 1.8.1 rewrite changes
Removing the aliases makes it working on 1.8.0 and 1.8.1. It doesn't make sense to use them when the root is already defined. It's just strange to introduce such a change in a "stable" release, this...
View ArticleRe: ssl_session_tickets not working
Update (in case anyone has interest): TLS session tickets work for simple configurations over H2 but in my use case (which has several scopes and includes/inheritance) it doesn't. I am working on a...
View ArticleHow to run wordpress on Gentoo/Linux?
Hi, I have just installed nginx&mysql&php&wordpress on my Gentoo/Linux machine - I want to build a webserver for the first time at home. Looks that nginx&mysql&php run ok but do not...
View ArticleRe: Properly setup of limit_req
Can anybody answer these questions, please? If I didn't explain something right please tell me.
View ArticleHow to configure nginx to process subdomains
First, I will apologize if this has already been posted, but I have scoured google and this site for hours and canĀ“t figure it out. Here is my problem. I have nginx 1.9.10 on Ubuntu 15.10 server. I...
View Article