Bill Ataras
Bill Ataras
I have an MR waiting for me in gitlab. The gitlab plugin is configured correctly. I click diff and get "Can't collect diff data". all branchs are sync'd. Feature is...
If you have a duplicate parameter in /etc/nginx/fastcgi_params, then HFC outputs an exception with every web request inserting duplicate header into dictionary
This line... https://github.com/NginxProxyManager/nginx-proxy-manager/blame/develop/docker/rootfs/etc/nginx/conf.d/include/proxy.conf#L2 I believe should be... `proxy_set_header Host $proxy_host;` (I got the below to work by doing it) Without that, proxy requests are being forwarded to websites with the...