diff --git a/nginx.conf b/nginx.conf index 81b6b59..899e19f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -91,4 +91,22 @@ http { return 302 https://adb.sh/me/; } } + + server { + listen 8080; + server_name alban.world; + + location / { + return 302 https://adb.sh/; + } + } + + server { + listen 8080; + server_name albans.world; + + location / { + return 302 https://adb.sh/; + } + } }