Finishing rename from Core to Yggdrasil

This commit is contained in:
2023-12-19 16:16:35 -06:00
parent 50167c0f03
commit cea66f285a
33 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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;
}