Hi Team,
I am trying to build a reverse proxy as well as load balancer using below
link. Can someone please confirm if below scenario can be achieved?
I would really appreciate if someone can go through the links and wanted to
understand if sticky or persistence connection can be possible with Ngi
Hello!
On Wed, Sep 29, 2021 at 05:43:06PM +, axespam wrote:
> I'm sorry but what does that mean? When I right click and delete
> a folder I don't enter anything.. Does this go in the config
> file?
That's up to the WebDAV client you are using.
Note well that WebDAV support in nginx is qui
I'm sorry but what does that mean? When I right click and delete a folder I
don't enter anything.. Does this go in the config file?
Original Message
On Sep 29, 2021, 12:38 PM, Maxim Dounin < mdou...@mdounin.ru> wrote:
Hello!
On Wed, Sep 29, 2021 at 05:13:38PM +, axespam wrot
Hello!
On Wed, Sep 29, 2021 at 05:13:38PM +, axespam wrote:
> Hello, I am trying to setup a WebDAV share but I am running into an issue.
> After I have the WebDAV share created and mounted I can delete files but not
> folders. When I try to delete a folder it says I don't have permissions.
Got it!
Thanks.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,292491,292502#msg-292502
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello!
On Wed, Sep 29, 2021 at 10:41:20AM -0400, rjvbzeoibvpzie wrote:
> You are right, those lines are logged (i've forced upstreams to fail by
> stopping them).
>
> But i can't see such problem using "proxy_pass http://127.0.0.1:81"; instead
> of "proxy_pass http://http_backend"; (no more 502
Hi,
Does nginx have an official captive portal feature? Or does nginx support a
specific captive portal setup?
Many thanks,
https://apksprofree.com/
Lucky Prince
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,292500,292500#msg-292500
___
Hello, I am trying to setup a WebDAV share but I am running into an issue.
After I have the WebDAV share created and mounted I can delete files but not
folders. When I try to delete a folder it says I don't have permissions. I have
given rw access to all.
This is the error log from trying to de
You are right, those lines are logged (i've forced upstreams to fail by
stopping them).
But i can't see such problem using "proxy_pass http://127.0.0.1:81"; instead
of "proxy_pass http://http_backend"; (no more 502 errors).
Strange...
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,29
Hello!
On Wed, Sep 29, 2021 at 09:43:54AM -0400, rjvbzeoibvpzie wrote:
> Well, I was just assuming that no live upstreams were availbale, but this is
> not the case. At least, this is not logged (access or error).
The "no live upstreams" error is expected to be logged to the
error log at the "e
Well, I was just assuming that no live upstreams were availbale, but this is
not the case. At least, this is not logged (access or error).
Here are the lines from access_log i'm talking about (see the difference on
$upstream_addr):
log_format main '$remote_addr - $remote_user [$time_local]
On Wed, Sep 29, 2021 at 9:24 PM Maxim Dounin wrote:
>
> Hello!
>
> On Wed, Sep 29, 2021 at 12:47:58PM +0800, Jeffrey 'jf' Lim wrote:
>
> > http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
> > has a note about not needing 'ssl_trusted_certificate' if
> > ssl_certificate has inter
Hello!
On Wed, Sep 29, 2021 at 09:20:20AM -0400, rjvbzeoibvpzie wrote:
> Here is my config:
>
> -
> upstream http_backend {
> server 127.0.0.1:81;
> server 10.1.1.2 backup;
> }
>
> server {
> ...
>
> location /http/ {
> proxy_pass http://http_backend;
> ...
Hello!
On Wed, Sep 29, 2021 at 12:47:58PM +0800, Jeffrey 'jf' Lim wrote:
> http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
> has a note about not needing 'ssl_trusted_certificate' if
> ssl_certificate has intermediate certificates. I do not see a similar
> note for ssl_staplin
Here is my config:
-
upstream http_backend {
server 127.0.0.1:81;
server 10.1.1.2 backup;
}
server {
...
location /http/ {
proxy_pass http://http_backend;
...
}
}
-
As long as everything is working, $upstream_addr returns the IP
(127.0.0.1:81). But wh
15 matches
Mail list logo