1
23.1 Legacy Series / Re: Touble with nginx: broken header and no reverse proxy since last update
« on: April 21, 2023, 04:57:46 pm »ah, is proxy_protocol is enabled on purprose for subdomain6.domain.com server?Code: [Select]server {
listen 80 proxy_protocol;
listen [::]:80 proxy_protocol;
listen 443 http2 ssl proxy_protocol;
listen [::]:443 http2 ssl proxy_protocol;
...
server_name subdomain6.domain.com;
can you try without "PROXY Protocol" enabled for subdomain6.domain.com please?
ps. please, please, please. don't attach pictures from external sources. im just didn't see it..
No, it shouldn't. I've removed it.
It solved the issue. Thanks a lot!
It was set on a subdomain, I was not aware it'd impact all the other domains and subdomains.