Kapisi/roles/WebServer/files/conf.d/Yggdrasil/wolfpack.conf

17 lines
287 B
Plaintext
Raw Normal View History

2022-07-02 10:24:10 -05:00
server {
listen 443 ssl http2;
server_name wolfpack.aninix.net;
include conf/sec.conf;
include conf/default.csp.conf;
2022-07-02 10:24:10 -05:00
location /
{
root /srv/wolfpack;
autoindex on;
autoindex_format html;
}
2022-12-18 22:21:39 -06:00
include conf/letsencrypt.conf;
2022-07-02 10:24:10 -05:00
}