aboutsummaryrefslogtreecommitdiff
path: root/nginx_nossl.conf
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-12-29 13:07:30 +0100
committerjaseg <code@jaseg.net>2020-12-29 13:07:30 +0100
commite346c558ea3d9761d7affe796664e1574f33773a (patch)
tree5ce230c365121deb45384913ac5862f839170358 /nginx_nossl.conf
parent5ed0cf8cb22f722a218d440b0ad69500c5a3edc2 (diff)
downloadinfra-e346c558ea3d9761d7affe796664e1574f33773a.tar.gz
infra-e346c558ea3d9761d7affe796664e1574f33773a.tar.bz2
infra-e346c558ea3d9761d7affe796664e1574f33773a.zip
Move most domains from jaseg.net to jaseg.de
Diffstat (limited to 'nginx_nossl.conf')
-rw-r--r--nginx_nossl.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/nginx_nossl.conf b/nginx_nossl.conf
index 8d5a5a5..87de478 100644
--- a/nginx_nossl.conf
+++ b/nginx_nossl.conf
@@ -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;
+ }
}