Move most domains from jaseg.net to jaseg.de
This commit is contained in:
parent
5ed0cf8cb2
commit
e346c558ea
7 changed files with 65 additions and 11 deletions
|
|
@ -48,5 +48,12 @@ http {
|
|||
server_name blog.jaseg.net;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name blog.jaseg.de;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue