I'm working on an authentication module for nginx, namely the Shibboleth
auth module (https://github.com/nginx-shib/nginx-http-shibboleth). This
module is based off the core nginx auth_request module
(https://github.com/nginx/nginx/blob/master/src/http/modules/ngx_http_auth_request_module.c).
The
Is there a way to send back HTTP2 trailers?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,266933,266933#msg-266933
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On Fri, May 13, 2016 at 02:13:05AM -0400, RT.Nat wrote:
Hi there,
why do you think that this does not work?
As in: what request do you make that give you an unexpected response? And
can you also show the "dig" command that shows that the nominated dns
server has changed the resolution address th
Hello list,
As mentioned earlier, Nginx and Apache are currently playing nicely
together, with Apache handling all my OSTicket needs. However, I'm now
trying to send mail from OSTicket, and while OST claims success, I'm not
seeing any messages coming to my account. I was doing some searching and
fo
Hi all,
Well, it seems to be working now, and I'm thoroughly embarrassed about it.
The Nginx/Apache setup is fine, and has been, it seems. The OST error was
rather cryptic, but once I finally found where in the OST code it was being
generated, I discovered that it was likely a database failure. I r
Could you be a little more specific? I have the right configuration on nginx
regarding pvr and dds types, it's: application/octet-stream...how could I
modify the gzip extension to something else than .gz?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,266915,266918#msg-266918
You have to configure your nginx to use it like any other module.
For instance,
cd /Downloads/nginx
./configure --add-module=/Downloads/nginx-upstream-dynamic-servers-master
make
make install
On May 16, 2016 01:28, "RT.Nat" wrote:
> I cannot install the above module.
>
> /Downloads/nginx-upstream
Have you had a look yet at /conf/mime.types
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,266915,266916#msg-266916
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi all,
we have successfully enable gziping on the server side and it works
perfectly with Chrome and FF (it auto compress the files that we want).
We're using compressed assets of type: .dds and .pvr. MIME-types for those
files are: application/octet-stream. But the problem appears in Safari whic