Deprecating wolfpack.aninix.net subdomain

This commit is contained in:
2025-04-15 14:24:56 -05:00
parent 405fcb4447
commit 02bf4326a3
2 changed files with 1 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
server {
listen 443 ssl http2;
server_name wolfpack.aninix.net;
include conf/sec.conf;
include conf/default.csp.conf;
location /
{
root /srv/wolfpack;
autoindex on;
autoindex_format html;
}
include conf/letsencrypt.conf;
}