add redirects
continuous-integration/drone/push Build is failing Details

2.0
adb-sh 1 year ago
parent c6811fb286
commit a656368323

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

Loading…
Cancel
Save