Thanks to Maxim Dounin.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
Hi Rostyslav,
thanks for the update.
On Thu, May 15, 2025 at 04:24:36PM -0700, Rostyslav Zalevskyy wrote:
> On Thu, May 15, 2025 at 3:08 AM Sergey A. Osokin wrote:
>
> > Also, I've found there's the nginx, version 1.18.0, there.
> > Would you mind to reproduce the i
Hi Rostyslav,
On Wed, May 14, 2025 at 04:59:20PM -0700, Rostyslav Zalevskyy wrote:
> On Wed, May 14, 2025 at 2:31 AM Sergey A. Osokin wrote:
>
> > [...]
> >
> > Is there a chance to build nginx with a debugging log as described on
> > the following p
uctions, https://nginx.org/en/docs/quic.html.
Note that boringssl needs to be built with shared libraries.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
.]
Is there a chance to build nginx with a debugging log as described on
the following page, https://nginx.org/en/docs/debugging_log.html
and tracing fcgi requests. Please expect a lot of messages in
the nginx error.log file.
Thank you.
--
Sergey A. Osokin
___
in text
with 72 characters per line.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
On Sun, May 04, 2025 at 11:24:39AM +0200, Sébastien Rebecchi wrote:
>
> Thank you for your answer.
> When sending signal to the old master, doesn't it assume that the new
> executable is located in the same location than the old one?
Yes, it is.
Thank you.
--
ading Executable on the Fly" procedure,
https://nginx.org/en/docs/control.html#upgrade.
Please note:
1. the configuration files may need to be presented in both prefixed;
2. proper testing [in a lower environment] is required.
Hope that helps.
Thank yo
servers defined in the same upstream should be configured equally.
Hope that helps.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
tion server role you may want to take a look on NGINX
Unit, https://unit.nginx.org/, the universal "polyglot" dynamic
application server, that can "natively" run python,
https://unit.nginx.org/configuration/#python, and other applications.
T
i
module supports only to two native things:
- pcre
- openssl
3. For other native nginx modules, a build of nginx requires additional
frameworks (headers and libraries) to build a module, as an example
please the following the next page:
ny long-running IMAP connections?
A quick look into the source code shows there's no such functionality
available for the mail module.
That's probably possible to create a solution based on the stream module,
where such functionality exists.
Thank you.
--
Sergey A. Osokin
__
;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)
> AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
> Ddg/17.5" "-"
To see the whole picture of processing a request by nginx, I'd
also recommend to enable a debugging log, [2].
Hope that h
he issue
- additional details
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
solution utilizes keyval, [1] and auth_jwt, [2], features, so that's
related to NGINX Plus only I believe.
Thank you.
References
--
1. https://nginx.org/en/docs/http/ngx_http_keyval_module.html
2. https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#
ds to get more details
about the current solution.
Thank you.
References
--
1.
https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/#enabling-session-persistence
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
eout configuration.
[...]
The request is related to a legacy version of nginx, could
you try to use the recent stable version, 1.24.0.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
"curl -v
> https://rocky.rexconsulting.net";, besides no packets between nginx and
> keycloak, the output of curl is:
[...]
I'd recommend to get a support from F5 NGINX Help and Support,
https://www.nginx.com/support/ on the MyF5 Portal,
https://my.f5.com/manage/s/
Thank you.
proxy_cache_bypass $http_upgrade;
> }
>
> error_page 500 502 503 504 /50x.html;
> location = /50x.html {
> root /usr/share/nginx/html;
> internal;
> }
> }
> }
Is there something in system logs?
You may want to update the current confi
Test:
% curl 127.1:80/foobar
lowercase=//foobar
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
on reproduces the case.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
that's requirement to rebuild third-party modules from
their source code.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
th the mail module,
so you do not need to install it as a separate package. Ubuntu' nginx
packages can be safely removed.
To see how nginx has been built run the following command:
% nginx -V
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
#x27;ve forgotten to mention that you'd need to rebuild all native
modules or use packages from the official site,
https://nginx.org/en/linux_packages.html#Ubuntu
And please do not mix packages from official site and Ubuntu
packages, please choose only one source
dules need to be recompiled with a corresponding version of nginx.
I'd recommend to visit reference pages to get details how to build
those third-party modules.
References
--
1. https://github.com/vision5/ngx_devel_kit
2. https://github.com/openresty/lua-ng
t/response body logging in nginx.
Since you question is related to a third-party module, I'd recommend
to get support in a appropriate mailing list.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
References
--
1. https://hg.nginx.org/pkg-oss/
Thank you.
--
Sergey A. Osokin
On Tue, Nov 28, 2023 at 12:39:47AM +0530, Kaushal Shriyan wrote:
> Hi,
>
> I am running nginx version: nginx/1.24.0 on Red Hat Enterprise Linux
> release 8.8 (Ootpa). Is there a way to disable http_d
rences
--
1. https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html
2. https://www.php.net/manual/en/install.fpm.php
3. https://nginx.org/en/docs/beginners_guide.html#fastcgi
4. https://unit.nginx.org/configuration/#configuration-php
--
Sergey A. Osokin
___
tal part of my nginx installation.
You'd probably need to check local settings and raise a support
request on GH for the issue.
Also, that module is a third-party product, so you can raise an issue
for that project on GH as well.
Hope that helps.
--
Sergey A. Osokin
/en/docs/configure.html
2. https://nginx.org/en/docs/ngx_core_module.html#load_module
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
date parameters for the
listen directive in the second server block.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
ta/, location ~ /system/ , location ~ /res/ , location ~ /idp/, location
> ~ /.well-known/ for ignappPro Upstream server .
It's not so clear to me what's the goal of this configuration. Usually,
the load balancer case means to balance load between more than one application
serv
line with location /, so
location / {
proxy_pass http://ppcsc;
}
Enable debugging log, http://nginx.org/en/docs/debugging_log.html
to see what's going on and how nginx processes a request
to an application backend.
Hope that helps.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
go ahead and take a look on the Example 3, it
describes how to:
o) create a gzipped content;
o) push the gzipped content to a redis server;
o) configure nginx to get a content from the redis server.
Hope that helps.
Thank you.
--
Sergey A. Osokin
___
inside the zlib-ng project on GH, not
sure is that working solution or not, so you can try.
I'd also recommend to raise a request in https://trac.nginx.org/nginx/
about this feature request and provide patches for source code
and documentation.
Thank you.
--
Sergey A. Osokin
_
Hi Shedi,
On Fri, Mar 17, 2023 at 05:13:24AM +, Shreenidhi Shedi wrote:
> Thanks for the response Sergey A. Osokin.
>
> The problem is these temp locations are configurable parameters.
> So, from a spec file perspective it's hard to fetch these parameters
> and ch
of those
directories.
> I'm currently using nginx-1.22.0. Any help would be appreciated.
I'd recommend to upgrade to the recent version in stable
branch, 1.22.1.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
nks.
> Could you share an output of the following command:
> % nginx -V
Could you also share the output of the following command:
% nginx -T
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
t
nginx and packages have been built.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
mail proxy with multiple Stunnels.
Thanks for sharing that, Christos.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
answer is no. The proxy_ssl_* family directives are available
for ngx_http_proxy and ngx_stream_proxy modules only.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
a bug and probably a misconfiguration on your
side or misunderstading of the official documentation.
However, in case you want to fill that as a bug, please use the
following URL, [1] , to submit a bug report with full descrpition
of your case.
Thank you.
1. https://trac.nginx.org/nginx/
directive and report back how does that work for you.
Thank you.
References
1. https://nginx.org/en/docs/http/ngx_http_core_module.html#root
2. https://nginx.org/en/docs/http/ngx_http_core_module.html#alias
--
Sergey A. Osokin
___
nginx maili
esty related, so it's better to
ask such a question in an appropriate mailing list.
Thank you.
References
1. https://nginx.org/en/docs/dirindex.html
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
same time of the year 2023.
Hope that helps.
--
Sergey A. Osokin
___
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
es
1. https://nginx.org/en/docs/ngx_core_module.html#env
2. https://nginx.org/en/docs/syntax.html
Hope that helps.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
user agents here
}
server {
...
if ($mobile) {
return 301 http://m.yoursite.com.br;
}
}
References
1. http://nginx.org/en/docs/http/ngx_http_map_module.html#map
2. https://nginx.org/en/docs/http/ngx_http_core_module.html#var_http_
Hope that helps.
--
Sergey A. Osokin
s://datatracker.ietf.org/doc/html/rfc3492
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
he issue with a package from nginx.org,
https://nginx.org/en/linux_packages.html#RHEL
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
tives at
http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
pplication behind
nginx, and if that the case it's possible to configure nginx to
intercept a proxy response with the proxy_intercept_errors directive,
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors
Hope that helps.
--
Sergey A. Osokin
_
low-Origin: *
So, the request and response both look good, 302 is the valid
response code from the upstream I believe, and that redirects
to a login page. No issue.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
n ngx_rtmp_receive_message (s=0x47d6eb0, h=0x47cee70,
> in=0x402e830) at ../nginx-rtmp-module/ngx_rtmp_handler.c:875
> #9 0x0053200e in ngx_rtmp_recv (rev=) at
> ../nginx-rtmp-module/ngx_rtmp_handler.c:486
It seems like the third-party rtmp module is s
r codes and processing with the error_page
directive [2].
References
1.
https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors
2. http://nginx.org/en/docs/http/ngx_http_core_module.html#error_page
Hope that helps.
--
Sergey A. Osokin
__
SSL_PROTOCOL_ERROR
> ##
Is there anything interesting in a error.log file?
Have you tried to enable debugging log [1]?
Have you tried to test the configuration with command line tools,
such as curl?
References
1. http://nginx.org/en/docs/debugging_log.html
that, I'd recommend to use OpenResty maillist for such questions,
https://openresty.org/en/community.html
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
quot;
> or I need to take sources and rebuild like previously?
That depends on an operating system and its version.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
ts timeout for them.
> TCPDUMP analizys discover the a TLS-Record is lost == Not Sent by NGINX (or
> NET-stack) towatd OpenSSL and out to NET-dev.
Have you had a chance to observe the nginx's error log file?
Is there any other places of inter
d Perl scripts
> Is it involved in data-traffic performance?
No, it isn't.
> Could it be overloaded by agressive traffic or "stays in ~idle"?
No, it couldn't be.
References:
1. https://www.aosabook.org/en/nginx.html
--
Sergey A. Osokin
__
equest to a location.
References
1. https://httpd.apache.org/docs/2.4/rewrite/flags.html
2. https://nginx.org/en/docs
3. https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite
4. http://nginx.org/en/docs/http/ngx_http_core_module.html#location
Hope that helps.
--
Sergey A. Osokin
___
auth_jwt
3. http://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html
4. http://nginx.org/en/docs/http/ngx_http_keyval_module.html
5. http://nginx.org/en/docs/njs/
Hope that helps.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscri
ttp_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
keepalive_timeout 65;
include /usr/local/etc/nginx/conf.d.1/http_*.conf;
}
Refereces
-
1. https://cgit.freebsd.org/ports
ntation and its version are there? For OpenSSL
please run
% openssl version -a
It's also possible to see the list of the elliptic curve parameters with
the following command:
% openssl ecparam -list_curves
Refereces
1. https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ecdh_curve
2. htt
the nginx package?
I'd recommend to contact to the vendor of the device.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
On Thu, Oct 20, 2022 at 04:25:33PM -0400, Dan G. Switzer, II wrote:
> Sorry, that was a typo from the tweak to the real file names. The file
> extensions matched in my test and I got the custom 404 error page.
Dan,
follow that everything works fine, could you confirm. Thank you.
--
Se
ere?
Is there a chance to try to use recent packages from [2] to reproduce
the issue?
Thank you.
References
1. https://nginx.org/en/docs/debugging_log.html
2. https://nginx.org/en/linux_packages.html
--
Sergey A. Osokin
___
nginx mailing list -- nginx@ng
ss group:rw all:r;
}
location = /413_status_code.html {
internal;
root /usr/local/www/nginx;
}
}
% dd if=/dev/zero of=11k bs=1k count=11
11+0 records in
11+0 records out
11264 bytes transferred in 0.75 secs (150232738 bytes/sec)
% cat
On Tue, Oct 18, 2022 at 10:58:27AM -0400, Paul wrote:
> On 2022-10-18 10:26, Sergey A. Osokin wrote:
> [snip]
>
> > nginx 1.21.6 is available for download, [1], here's the direct link, [2].
> >
> >> Is it already End Of Life?
> >
> > Yes, it is, pl
],
in the "nginx news" section has the following message about that:
2022-06-21 nginx-1.23.0 mainline version has been released.
That means that previous branch is EoS.
References
1. https://nginx.org/download/
2. https://nginx.org/download/nginx-1.21.6.tar.gz
3. http
safely removed as well.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
On Mon, Oct 17, 2022 at 07:20:11PM -0400, Andre Pedro wrote:
> On Fri, Oct 14, 2022 at 10:56 AM Sergey A. Osokin wrote:
> > On Fri, Oct 14, 2022 at 07:33:17AM -0400, Andre Pedro wrote:
> > > > [...]
> > > >
> > > > > eve
Hi Andre,
On Fri, Oct 14, 2022 at 07:33:17AM -0400, Andre Pedro wrote:
> On Thu, Oct 13, 2022 at 10:53 PM Sergey A. Osokin
> wrote:
> > On Thu, Oct 13, 2022 at 09:03:21PM -0400, Andre Pedro wrote:
> > >
> > > I am trying to get the below load balancer config to
how did you get that number.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
ating system.
References
1. https://pkgsrc.org/
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
with NGINX Unit, https://unit.nginx.org/.
It supports multiple application languages, including but not limited to
php, and multiple versions of the application languages.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe sen
no go module for nginx, but it's possible to run go application
with a polyglot application server, it's NGINX Unit, [1] created by the same
team as the original NGINX.
References
1. https://unit.nginx.org/
--
Sergey A. Osokin
___
nginx m
the same topic. Thank you.
This question has been answered by Maxim Dounin in a separate thread,
https://mailman.nginx.org/archives/list/nginx@nginx.org/thread/EEGJGZGQEGB7MQIW6NM37GKR4SYC7LNH/
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.
pgrade installed nginx to
the more recent stable version, 1.22.0.
Please let me know if you have any questions.
Thank you.
References:
1. https://nginx.org/en/linux_packages.html#RHEL-CentOS
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
sing it's possible there may be a conflict with
> another module.
>
> Thank you Sergey A Osokin for your assistance and expertise.
>
> [1] https://github.com/slact/nchan
We'd probably need to raise an issue on the vendor side.
Thank you.
--
Sergey A. Osokin
__
3rd party modules
> * PHP 8.0 or 8.1 from source
Could you please provide an output of the following command:
% nginx -T
Also, is there any specific reason to build nginx and php from
source? Is there a chance to reproduce the issue without any of
party modules?
Thank you.
nx functionality can be extended with NGINX JavaScript module, [3].
Thank you.
References
1. https://nginx.org/en/docs/nginx_dtrace_pid_provider.html
2. https://nginx.org/en/docs/debugging_log.html
3. https://nginx.org/en/docs/njs/
--
Sergey A. Osokin
___
ker process?
That depends on the actual NGINX Plus configuration and other factors,
usually 64k is enough, but that number can be revisited with an extensive
testing in a lower environments.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- ngin
;s possible to use stream module [1] to proxy SSH connections. Also,
the SSH settings on backends, including SSH keys, should be the same.
If all of those above are correct, then what's the issue?
References:
1. https://nginx.org/en/docs/stream/ngx_stream_core_module.html
--
Sergey A.
eferences:
1. https://nginx.org/en/docs/http/configuring_https_servers.html#optimization
2. https://nginx.org/en/docs/ngx_core_module.html#ssl_engine
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
?
3. in case of 400 error, that seems like a web-server (not nginx) replied
with that error, any chance to check log files on that side?
References:
1. https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html#auth_basic
2. http://nginx.org/ru/docs/stream/
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
On Tue, Jun 14, 2022 at 01:28:51PM -0400, liwuliu wrote:
> Oh...works when use Nginx 1.22 and OpenSSL 3.1.0.
Thanks for the update.
I'm very glad to hear it works as expected.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@ngin
Hi Ian,
hope you're doing well.
On Sat, May 21, 2022 at 11:13:07AM +0700, Ian Hobson wrote:
> On 21/05/2022 10:37, Sergey A. Osokin wrote:
> > On Sat, May 21, 2022 at 09:53:05AM +0700, Ian Hobson wrote:
> >>
> >> I compile nginx from source. When I use nchan-1.2.1
hose assumptions that developers have when they
wrote a code.
Please let me know if you have any questions.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
end to subscribe and use unit at
nginx dot org mailing list.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
aion looks like
the following:
location / {
root /data;
}
So, that works for static content.
Could you try and confirm that works for you.
Thank you.
References:
1. https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
1048576
>
> $ ulimit -Sn
> 1024
I'd recommend to increase this limit, it's definitely not for PROD usage.
> $ cat /proc/sys/fs/file-max
> 262144
>
> worker_rlimit_nofile 65535;
>
> The ulimits are for the user that nginx runs at (only the master process runs
> as root).
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
n
% ulimit -Sn
% cat /proc/sys/fs/file-max
Also, it's possible to increase nginx limits with the worker_rlimit_nofile
directive, http://nginx.org/ru/docs/ngx_core_module.html#worker_rlimit_nofile
Thank you.
--
Sergey A. Osokin
___
nginx mailing li
;d recommend to update to
that version.
Thank you.
References
1. https://nginx.org/en/docs/ngx_core_module.html#worker_connections
2. http://nginx.org/en/CHANGES-1.22
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
entioned in the ngx_http_gzip module documentation,
https://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
GINX with keepalived in linux" topic.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
just because the
recent version from nginx stable branch is 1.20.2. and I don't
think that version 1.8 is still supported.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
possible to use a pre-compiled version, and link dynamically?
I'd recommend to contact to the vendor to ask about the build requirements
of the third-party module.
Thank you.
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
E+and+Ports&arch=default&format=html
3.
https://www.freebsd.org/cgi/man.cgi?query=grep&apropos=0&sektion=0&manpath=FreeBSD+13.0-RELEASE+and+Ports&arch=default&format=html
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
llowving URL [1].
References:
1. https://perldoc.perl.org/prove
--
Sergey A. Osokin
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
1 - 100 of 212 matches
Mail list logo