Re: Reverse proxy to traefik

2022-07-05 Thread Daniel Armando Rodriguez via nginx
El 2022-07-02 08:24, Francis Daly escribió: On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez wrote: Hi there, I need to forward HTTP/HTTPS stream to a traefik within docker container. Additionally, this traefik is also SSL termination. And just at this point where I am

Reverse proxy to traefik

2022-06-24 Thread Daniel Armando Rodriguez
Hi there I need to forward HTTP/HTTPS stream to a traefik within docker container. Additionally, this traefik is also SSL termination. And just at this point where I am stuck, as the SSL management against Let's Encrypt needs both HTTP and HTTPS traffic. I would appreciate any further guidan

SSL passtrough

2022-01-28 Thread Daniel Armando Rodriguez via nginx
Hi there I have a RP in front of several services and now need to add SSL passtrough for some of them. So, with this goal set up this config stream { map $ssl_preread_server_name $name { sub1.DOMAIN sub1; sub2.DOMAIN sub2; sub3.DOMAIN sub3; sub4.DOMAIN sub4; } up

Re: X-Frame-Options in nginx to allow certain subdomain

2021-11-27 Thread Daniel Armando Rodriguez
El 2021-11-26 20:30, Francis Daly escribió: On Fri, Nov 26, 2021 at 04:04:46PM -0300, Daniel Armando Rodriguez wrote: El 2021-11-26 11:19, Francis Daly escribió: > On Fri, Nov 26, 2021 at 08:43:58AM -0300, Daniel Armando Rodriguez > wrote: Hi there, > > One of them is a Next

Re: X-Frame-Options in nginx to allow certain subdomain

2021-11-26 Thread Daniel Armando Rodriguez
El 2021-11-26 11:19, Francis Daly escribió: On Fri, Nov 26, 2021 at 08:43:58AM -0300, Daniel Armando Rodriguez wrote: Hi there, One of them is a NextCloud + WOPI based LibreOffice Online Solution, as such it needs to access resources in WOPI server subdomain. What I need is my nginx to

X-Frame-Options in nginx to allow certain subdomain

2021-11-26 Thread Daniel Armando Rodriguez
I'm using nginx as a reverse proxy for several web services. One of them is a NextCloud + WOPI based LibreOffice Online Solution, as such it needs to access resources in WOPI server subdomain. What I need is my nginx to allow X-Frame-Options for WOPI server subdomain. My /etc/nginx/snippets/

Re: Reverse proxy redirection issue

2021-09-21 Thread Daniel Armando Rodriguez
El 2021-09-21 09:23, Francis Daly escribió: On Mon, Sep 20, 2021 at 05:20:55PM -0300, Daniel Armando Rodriguez wrote: El 2021-09-20 13:49, Francis Daly escribió: > On Sun, Sep 19, 2021 at 10:08:08PM -0300, Daniel Armando Rodriguez > wrote: Hi there, > > curl -i https://4.D

Re: Reverse proxy redirection issue

2021-09-20 Thread Daniel Armando Rodriguez
El 2021-09-20 13:49, Francis Daly escribió: On Sun, Sep 19, 2021 at 10:08:08PM -0300, Daniel Armando Rodriguez wrote: El 2021-09-19 04:00, Francis Daly escribió: Hi there, Today I added a new domain, and the issue showed up again. curl -i http://4.DOMAIN.edu.ar Returns a redirect to https

Re: Reverse proxy redirection issue

2021-09-20 Thread Daniel Armando Rodriguez
El 2021-09-19 22:08, Daniel Armando Rodriguez escribió: El 2021-09-19 04:00, Francis Daly escribió: On Sat, Sep 18, 2021 at 09:16:28AM -0300, Daniel Armando Rodriguez wrote: El 2021-09-18 05:03, Francis Daly escribió: > On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez >

Re: Reverse proxy redirection issue

2021-09-19 Thread Daniel Armando Rodriguez
El 2021-09-19 04:00, Francis Daly escribió: On Sat, Sep 18, 2021 at 09:16:28AM -0300, Daniel Armando Rodriguez wrote: El 2021-09-18 05:03, Francis Daly escribió: > On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez > wrote: Hi there, > if you do > > c

Re: Reverse proxy redirection issue

2021-09-18 Thread Daniel Armando Rodriguez
El 2021-09-18 05:03, Francis Daly escribió: On Fri, Sep 17, 2021 at 10:24:44PM -0300, Daniel Armando Rodriguez wrote: Hi there, I am using nginx as a reverse proxy, I managed to configure SSL certificates using LetsEncrypt but nginx does the redirection to the wrong vhost. This is the

Reverse proxy redirection issue

2021-09-17 Thread Daniel Armando Rodriguez
Hello, I am new in this world (of nginx) and I have a problem that has me crazy. I am using nginx as a reverse proxy, I managed to configure SSL certificates using LetsEncrypt but nginx does the redirection to the wrong vhost. This is the configuration of one of the vhost, they are 3 ident