Purrrpley

Results 3 comments of Purrrpley

Still happens in 0.0.8+rc2, which I think is the latest pre-release (I built it from commit de737b9, which is the latest commit on the 1.18 branch)... I did say this...

I think it's already technically licensed under the MPLv2 already, it's just missing a `LICENSE.txt` file: * There's a [`HEADER.txt`](https://github.com/DarkKronicle/AdvancedChatHUD/blob/68f2b97f975ac605191252c7b67d22d681bd0a07/HEADER.txt#L4) file, which references the MPLv2. It seems to be some...

I think a way to fix this is to do what the proxy hosts do and use `proxy_pass $server;` instead of `proxy_pass server;`. So instead of: ```nginx proxy_pass ; ```...