Hi both Francis and Jake. Sorry for the late response This is the content of such file # cat /etc/nginx/snippets/location-letsencrypt.conf location ^~ /.well-known/acme-challenge/ { alias /var/www/le_root/.well-known/acme-challenge/; } and the directory exists # ls -alh /var/www/le_root/.well-known/acme-challenge/ total 28K drwxr-xr-x 2 root root 4,0K ene 2 00:14 . drwxr-xr-x 3 rootby drodriguez - Nginx Mailing List - English
Hi, This behavior is driving me crazy. Currently have more than 30 sites behind this reverse proxy, but the latest is refusing to work. Config is simple and pretty similar between them all. server { listen 80; server_name material.av.domain; include /etc/nginx/snippets/location-letsencrypt.conf; # return 301 https://$server_name$request_uri; } If I point theby drodriguez - Nginx Mailing List - English
El 6/7/22 a las 10:47, Francis Daly escribió: > On Tue, Jul 05, 2022 at 12:53:05PM +0000, Daniel Armando Rodriguez via nginx wrote: >> 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, > >>>> Made this representation to illustrate the situation. >>>by drodriguez - Nginx Mailing List - English
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 guidance in this regard. By the way, it's not an ellection we made, just kind of a black box we nby drodriguez - Nginx Mailing List - English
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 NextCloud + WOPI based LibreOffice Online Solution,by drodriguez - Nginx Mailing List - English
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 allow X-Frame-Options for WOPI serverby drodriguez - Nginx Mailing List - English
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/ssl-params.conf have the X-Frame-Options set to SAMEORIGIN. I've tried adding following line to NC conby drodriguez - Nginx Mailing List - English
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.DOMAIN.edu.ar >> > > >> > >by drodriguez - Nginx Mailing List - English
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://4.DOMAIN.edu.ar >by drodriguez - Nginx Mailing List - English
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 >>> > wrote: >> >> Hi there, >by drodriguez - Nginx Mailing List - English
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 >> > >> > curl -i http://2.DOMAIN.edu.arby drodriguez - Nginx Mailing List - English
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 configuration of one of the vhost, theby drodriguez - Nginx Mailing List - English
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 identical ones pointing to the same virtual machine. I have a fourth one pointing to another virtual machinby drodriguez - Nginx Mailing List - English