Re: website/admin behind my reverse proxy doesn't work

2022-12-29 Thread Maxim Dounin
Hello! On Wed, Dec 28, 2022 at 11:01:11PM +, Mik J via nginx wrote: > Hello, > I have a website hosted on a server using nginx behind a nginx > reverse proxy but things don't work properly. > https://mywebsite.org => works > https://mywebsite.org/admin => doestn't work it redirects to > htt

website/admin behind my reverse proxy doesn't work

2022-12-28 Thread Mik J via nginx
Hello, I have a website hosted on a server using nginx behind a nginx reverse proxy but things don't work properly. https://mywebsite.org => workshttps://mywebsite.org/admin => doestn't work it redirects to https://mywebsite.org On my backend serverserver {     listen 80;     server_name