On Wed, Nov 07, 2018 at 08:47:15PM -0200, Jorge Pereira wrote:
Hi there,
> location /artifactory/ {
> sub_filter_types $subfilter_allowed_content_type; # the
> variable is filled up correctly
> #sub_filter_types "application/atom+xml"; # but, when
> use it hardcode. th
Folks,
1. I have tried to use the map+subfilter as the below snip.
user nginx;
worker_processes auto;
daemon off;
events {
worker_connections 1024;
}
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$ti
Hi. I know this does not solve the problem, but curious if you found a
package that was compiled with 1.1.1 or compile it yourself. Generally i
like to avoid the later as everything is managed through salt, but am
interested in TLSv1.3
Thanks,
Jeff
On Tue, Nov 6, 2018 at 1:19 PM Maxim Dounin
Hello!
On Mon, Nov 05, 2018 at 09:14:33AM -0500, nginxuser2018 wrote:
> I noticed that if I setup a simple scenario where a client is making
> concurrent requests on a server with nginx configured as a reverse proxy and
> SSL traffic termination endpoint, if I trigger a reload with 'nginx -s
> re
Hi,
On Tue, Nov 06, 2018 at 08:21:01PM +, Piers Haken wrote:
> i'm trying to use the slice module to cache large files, as described here:
>
> https://guo365.github.io/study/nginx.org/en/docs/admin-guide/Web%20content%20cache.html#slice
>
> however, the slice module _always_ requests the ful