Compare commits

...

2 Commits

Author SHA1 Message Date
us.nadeko.net 000f0abe58 erm 2024-01-16 15:59:41 -03:00
us.nadeko.net f38c9384a5 Add librex placeholder 2024-01-16 15:57:10 -03:00
1 changed files with 8 additions and 2 deletions

View File

@ -1,23 +1,29 @@
server {
access_log /var/log/nginx/librex.nadeko.net.access.log;
server_name librex.zzls.xyz librex.nadeko.net;
include configs/general.conf;
include configs/security.conf;
location / {
access_log /var/log/nginx/librex.nadeko.net.access.log;
add_header Content-Type text/plain;
return 200 "LibreX is now deprecated, if you come from the hnhx/LibreX repository and want to try LibreX, you should use LibreY, a fork of LibreY maintained by a few individuals. hnhx just vanished without a trace.
\t https://github.com/Ahwxorg/librey
You can also try using 4get if you want something fast and simple like LibreY
\t Main instance:\t https://4get.ca
\t My Instance:\t https://4get.nadeko.net
\t More Instances: \t https://4get.ca/instances
\t Instances:\t https://4get.ca/instances
Good luck! (´ ∀ ` *)";
}
location /api.php {
# Holy shit fucking bots still pinging my server with shit requests
return 444;
}
listen 443 ssl;
}