Trouble selfhosting iocane
Trouble selfhosting iocane - feddit.org
So im sorry if this is the Wrong Sub more or less tho i did wanna ask if maybe one of you also selfhosts stuff as i am particulary having Issues with iocane ^^" Mostly in the sense of that while Installation went succesful it did give me Issues regarding being unable to reach my Website which i selfhost via Caddy :( Gave me an Error 421 if i remember correctly and i feel very stupid and embarassed that i cant solve it on my own as it is quite annoying >.< Looks like there’s a problem with this site https://retro-hax.net/ sent back an error. Error code: 421 Misdirected Request Check to make sure you’ve typed the website address correctly. My Caddyfile is quite Basic tho as it looks like this with iocane being outcommented right now due to the 421 Bug :P user@retro-hax:/etc/caddy$ cat Website.caddy retro-hax.net { #@read method GET HEAD #reverse_proxy @read 127.0.0.1:42069 { # @fallback status 421 # handle_response @fallback #} root * /var/www/html/Website file_server { index Home.html } } and yes i did open up Port 42069 on my Router to make sure it wasnt a Porting Issue X_X