This commit is contained in:
parent
c6811fb286
commit
a656368323
18
nginx.conf
18
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/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user