Hi all!
I have a website (backend).
I also have a reverse proxy on NGINX.
If I access the site directly then everything works fine.
And, if I get access through a reverse proxy, then the structure of the site breaks down (everything is displayed as text, without pictures and other dynamic content.
I tried adding a FastCGI handler to the site's reverse proxy config, but it didn't work.
Please tell me how to fix this?