mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
private-docker-registry.nilstrieb.dev
This commit is contained in:
parent
57d8582e7a
commit
bd4e3059a3
2 changed files with 4 additions and 1 deletions
3
nginx/certs.md
Normal file
3
nginx/certs.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
```sh
|
||||||
|
sudo certbot certonly --standalone
|
||||||
|
```
|
||||||
|
|
@ -13,7 +13,7 @@ http {
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
server_name "__builtin_registry.nilstrieb.dev";
|
server_name "private-docker-registry.nilstrieb.dev";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 404 'No registry here...';
|
return 404 'No registry here...';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue