You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I was trying to put together a docker container (based on labstack/armor:0.4.14) for several static sites, but no matter what I did, the hosts sections didn't seem to be getting read:
And the same on the console: {"time":"2020-03-28T23:47:28.977242512Z","id":"","remote_ip":"172.18.0.1","host":"dragonpaw.org","method":"GET","uri":"/","user_agent":"HTTPie/0.9.8","status":404,"error":"code=404, message=Not Found","latency":28600,"latency_human":"28.6µs","bytes_in":0,"bytes_out":24}
The hostname matches what's in the config, and a browseable / shouldn't give a 404, no matter what.
So what am I missing?
The text was updated successfully, but these errors were encountered:
Recently I was trying to put together a docker container (based on
labstack/armor:0.4.14
) for several static sites, but no matter what I did, the hosts sections didn't seem to be getting read:Simplified config:
Using httpie to test:
And the same on the console:
{"time":"2020-03-28T23:47:28.977242512Z","id":"","remote_ip":"172.18.0.1","host":"dragonpaw.org","method":"GET","uri":"/","user_agent":"HTTPie/0.9.8","status":404,"error":"code=404, message=Not Found","latency":28600,"latency_human":"28.6µs","bytes_in":0,"bytes_out":24}
The hostname matches what's in the config, and a browseable / shouldn't give a 404, no matter what.
So what am I missing?
The text was updated successfully, but these errors were encountered: