WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

1.4K

(post is archived)

[–] 1 pt

for the test server, the mumble server, icecast server, hopefully soon the IRC server, all hosted by me to save on costs so its all behind a single nat meaning nginx proxy is pretty much the way to go setting up something like that and I had it working before I refreshed the hypervisor and forgot to backup that one little thing.

[–] 0 pt

I thought the nginx proxy was http and https only. I don't see why it's important that you're using nat, why not just use iptables to point to the desired server in your internal network?

[–] 0 pt

I only have a single static, and I'm not sure how to route traffic based on header name using iptables. Also wouldn't that basically make SSL impossible? I was going to use a wildcard ssl cert on the reverse proxy to accomplish ssl

[–] 1 pt

For https I would live with having the testing server on a different port, and since it's for testing it doesn't even matter if the cert is self-signed but you could probably still do the wildcard cert if you wanted.