Myster-Tee / TinfoilWebServer

Install your packages from your own server
GNU General Public License v3.0
124 stars 26 forks source link

Proxy #16

Closed r3nfolly closed 12 months ago

r3nfolly commented 12 months ago

Hello Myster. I have used the TinfoilWebServer a quite some time now, thanks for the great job. My setup is CloudFlare - Unraid - VM - TinfoilWebServer.

So I enabled Proxy on the config, what happens is, that I always get the message about disabling proxy, and when I have someone trying to access multiple times, the IP that blocks is from the NGINX, not from the real IP source. There is any way to sort this?

Thanks again.

Myster-Tee commented 12 months ago

It looks like it is an NGINX problem which doesn't emit the X-Forwarded-For header with the original IP address. Check your NGINX reverse proxy config, and make sure this feature is supported. This problem is not a TinfoilWebServer issue, I close it.