| 13 Jan 2023 |
@grahamc:nixos.org | --header X-Forwarded-Host "long.and..." | 17:48:27 |
wucke13 | Nope. | 17:49:38 |
wucke13 | (I'm using curl --header 'X-Forwarded-Host "https://long.and.serious.domain.name/"' localhost:8008 | 17:49:58 |
wucke13 | * (I'm using curl --header 'X-Forwarded-Host "https://long.and.serious.domain.name/"' localhost:8008) | 17:50:01 |
@grahamc:nixos.org | ah, oops, I gave you the wrong syntax | 17:50:20 |
@grahamc:nixos.org | curl --header X-Forwarded-Host: long.and... | 17:50:39 |
wucke13 | Nope. Doesn't work. And without the quotation mark, curl tries to connect to long.and ... | 17:52:05 |
wucke13 | But even with the quotation mark I get all kind of localhost in the response. | 17:52:28 |
wucke13 | I have an older machine with the almost identical config. Was there maybe a switch introduced dependening on systemState? | 17:53:19 |
@grahamc:nixos.org | ugh I just can't get it right can I | 17:56:33 |