17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
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;
|
|
}
|