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

2021-11-30 Thread Francis Daly
On Sat, Nov 27, 2021 at 11:26:44AM -0300, Daniel Armando Rodriguez wrote: > 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 -030

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 NextCloud + WOPI base

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

2021-11-26 Thread Francis Daly
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, > > > as s

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 allo

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

2021-11-26 Thread Francis Daly
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 server subdomain.

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/