First commit
This commit is contained in:
12
roles/nginx/templates/vhosts/btf.mateu.be.conf.j2
Normal file
12
roles/nginx/templates/vhosts/btf.mateu.be.conf.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
location / {
|
||||
root /var/lib/transmission-daemon/downloads/;
|
||||
autoindex on;
|
||||
allow 2a01:cb0c:8516:7f00::/64;
|
||||
allow 83.167.52.81;
|
||||
allow 2001:1b48:2:103::/64;
|
||||
allow 2001:bc8:26c1:101::/64;
|
||||
deny all;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user