2022-07-02 10:24:10 -05:00
|
|
|
server {
|
|
|
|
listen 443 ssl http2;
|
|
|
|
server_name wolfpack.aninix.net;
|
|
|
|
|
2023-11-09 13:03:06 -06:00
|
|
|
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
|
|
|
|
2023-11-09 13:03:06 -06:00
|
|
|
include conf/letsencrypt.conf;
|
2022-07-02 10:24:10 -05:00
|
|
|
}
|