This commit is contained in:
nora 2022-09-01 21:15:39 +02:00
parent 5ec5a3e64e
commit c3ba3c7d74
5 changed files with 27 additions and 11 deletions

View file

@ -23,8 +23,7 @@ http {
server_name "private-docker-registry.nilstrieb.dev";
location / {
return 404 'No registry here...';
#proxy_pass http://registry:5000/;
proxy_pass https://registry:5000/;
}
}