add redirects
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
adb-sh 2023-04-30 01:18:43 +02:00
parent c6811fb286
commit a656368323

View File

@ -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/;
}
}
}