Hi Maxim,
Thanks for responding. I agree with your recommendation. I guess a direct
upgrade from 1.12 to 1.16 (free community version) is possible and
shouldn't break it.
I'm preferring 1.61 since it's the latest stable version. Beside the
upgrade, do you recommend any performance tuning shoul
Francis Daly Wrote:
---
> On Thu, Feb 06, 2020 at 06:02:50PM -0500, AshleyinSpain wrote:
>
> Hi there,
>
> > > > server {
> > > >location /radio/ {
> > > >valid_referers none blocked server_names ~\.mysite\.;
> > > >if ($inva
My nginx config file is as follows:
server {
...
location / {
auth_request /custom_auth
}
location /custom_auth {
proxy_pass http://localhost:9123;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
proxy_set_header Host $host;
proxy_set_header X-Original-URI $request_uri;
I am using nginx version 1.16.1 as a forward proxy on a CentOS 7 server.
Our order inventory server (ORDINV) connects through the nginx server
(TAXPROXY) to request sales tax info from a cloud server. We are in test
mode with this configuration. This all has been working well, except when
they
--
R. A. "Andy" Millar
920 S. Main
PO Box 388
Milton-Freewater, OR 97862
541 938-4485fax 541 938-0328
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx