> Short answer is no. The proxy_ssl_* family directives are available > for ngx_http_proxy and ngx_stream_proxy modules only. > > -- > Sergey A. Osokin Thank you for the reply. Finally I did it by combining the Nginx mail proxy with multiple Stunnels. _______________________________________________ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/ngiby CyberCr33p - Nginx Mailing List - English
Hello, I setup a Nginx mail proxy and I would like mail clients to connect to it without TLS and then the Nginx proxy to connect to the real mail server using TLS. Is this possible? Kind regards, Christos Chatzaras_______________________________________________ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginxby CyberCr33p - Nginx Mailing List - English
> On 13 Mar 2021, at 20:58, Ken Wright <wizard@koalatyworks.com> wrote: > > I recently upgraded from php7.4 to php8.0 and I find some of my > applications no longer operate. When I checked the error log, I found > the problem: the applications are still look for php7.4-fpm.sock, > which no longer exists. I tried reinstalling php7.4, but with no > success. Can anyoneby CyberCr33p - Nginx Mailing List - English
I want to rate limit PHP requests with "client ip + vhost + same url" but on same servers sometimes I see: 78841#0: could not allocate node in limit_req zone "req_limit_per_ip_per_uri" which causes 429 errors in all domains. ----- FreeBSD/amd64 ----- # Max connections events { worker_connections 16384; } # Rate limit limit_req_zone "$binary_remote_addr$host$requby CyberCr33p - Nginx Mailing List - English
Any idea why the "cache manager process" uses double RAM after the reload? System: nginx version: nginx/1.16.1 built with OpenSSL 1.1.1d-freebsd 10 Sep 2019 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --piby CyberCr33p - Nginx Mailing List - English
> On 11 Nov 2019, at 15:09, Kostya Velychkovsky <velychkovsky@gmail.com> wrote: > > Hello, is it the correct way to limit download/upload speed per client IP, at the same time ignore how many connections it opens and request rate produced? > > I need just limit bandwidth for example 100 mbit/s per IP, and no matter it opens 1 connection or 100 simulation connections. >by CyberCr33p - Nginx Mailing List - English
Today I read this post: http://www.webhostingtalk.com/showthread.php?t=1775139 In their changelog ( https://www.litespeedtech.com/products/litespeed-web-server/release-log ) I see that they did changes related to HTTP/2. Any idea how they did it? _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginxby CyberCr33p - Nginx Mailing List - English
> On 28 Feb 2019, at 15:53, Maxim Dounin <mdounin@mdounin.ru> wrote: > > Hello! > > On Thu, Feb 28, 2019 at 03:30:22PM +0200, Christos Chatzaras wrote: > >>> On 28 Feb 2019, at 15:06, Christos Chatzaras <chris@cretaforce.gr> wrote: >>> >>>> On 28 Feb 2019, at 14:47, Christos Chatzaras <chris@cretaforce.gr> wrote: >>>>by CyberCr33p - Nginx Mailing List - English
> On 28 Feb 2019, at 15:06, Christos Chatzaras <chris@cretaforce.gr> wrote: > > > >> On 28 Feb 2019, at 14:47, Christos Chatzaras <chris@cretaforce.gr> wrote: >> >> If I try to visit an image that doesn't exist I get: >> >> "404 Not Found" >> >> If I add a location / { } then I get: >> >> "File notby CyberCr33p - Nginx Mailing List - English
> On 28 Feb 2019, at 14:47, Christos Chatzaras <chris@cretaforce.gr> wrote: > > If I try to visit an image that doesn't exist I get: > > "404 Not Found" > > If I add a location / { } then I get: > > "File not found" > > In both cases using curl -I http://www.example.com/image.png http://www.example.com/image.png I get: > > HTTPby CyberCr33p - Nginx Mailing List - English
If I try to visit an image that doesn't exist I get: "404 Not Found" If I add a location / { } then I get: "File not found" In both cases using curl -I http://www.example.com/image.png http://www.example.com/image.png I get: HTTP/1.1 404 Not Found Server: nginx Date: Thu, 28 Feb 2019 12:46:56 GMT Content-Type: text/html Content-Length: 162 Connection: keep-alive Any ideaby CyberCr33p - Nginx Mailing List - English
Any reason to have a 10 minute timeout? > On 17 Nov 2018, at 02:18, lem0nhead <nginx-forum@forum.nginx.org> wrote: > > Hi! > I have a particular use-case for a nginx server which is used for > downloading big files (1-3 GBs). > Services call this server and start downloading, which usually takes ~2 > minutes @ 1gbps server connection and 10 concurrent clients. > Letby CyberCr33p - Nginx Mailing List - English
curl -A "-" https://hostname/index.php https://hostname/index.php and curl -A "" https://hostname/index.php https://hostname/index.php are logged with: xxx.xxx.xxx.xxx - - [14/Sep/2017:22:47:09 +0300] "GET /index.php HTTP/1.1" 200 26039 "-" "-" There is not difference if there is an empty user-agent or a user-agent with a dash. Any idea it shby CyberCr33p - Nginx Mailing List - English
Instead of redirect you can use: location /KB/Article { if (!-e $request_filename) { rewrite ^/KB/Article/(.*)$ /KB/Article/$1.html last; } }by CyberCr33p - Migration from Other Servers
Our web-servers have multiple IPs so we do it using: if ( $http_host ~* "^([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$" ) { return 444; }by CyberCr33p - How to...
![]() |
![]() |
![]() |
![]() |
![]() |