mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
fix server name
This commit is contained in:
parent
3a07e3f0cf
commit
ea8f0dfc98
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,8 @@ http {
|
|||
ssl_certificate /etc/nginx/certs/live/nilstrieb.dev/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/certs/live/nilstrieb.dev/privkey.pem;
|
||||
|
||||
server_name "private-docker-registry.nilstrieb.dev";
|
||||
server_name "nilstrieb.dev";
|
||||
|
||||
server_name nilstrieb.dev;
|
||||
return 302 https://blog.nilstrieb.dev$request_uri;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue