aboutsummaryrefslogtreecommitdiff
path: root/nginx_nossl.conf
diff options
context:
space:
mode:
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 0ecd1cb..8d5a5a5 100644
--- a/nginx_nossl.conf
+++ b/nginx_nossl.conf
@@ -41,5 +41,12 @@ http {
server_name gerbolyze.jaseg.net;
return 301 https://$host$request_uri;
}
+
+ server {
+ listen 80;
+ listen [::]:80;
+ server_name blog.jaseg.net;
+ return 301 https://$host$request_uri;
+ }
}