Closed extremeshok closed 7 years ago
Bad copy/paste between computers, sorry about that :tongue:. Should be fixed. Can you confirm it's working as intended @extremeshok ?
@PierreZ
Confirmed working, thanks for the prompt fix.
$ echo "working" > /backup/www/index.html
$ curl gopher:A6A487691F79F0CF65FF867A5F62933D@127.0.0.1:8088
working
example
docker stop goStatic && docker rm goStatic && docker run -d -p 8088:8043 -v /backup/www:/srv/http --name goStatic pierrezemb/gostatic -enable-basic-auth -set-basic-auth "user:pass"
http://user:pass@docker.example.com:8088/
results in authorization failed