Retour du NFS sur le serveur Bittorrent et arrêt du HTTP

This commit is contained in:
VC
2020-02-01 17:36:31 +01:00
parent 129874c4c0
commit 3192dbf2ac
5 changed files with 20 additions and 15 deletions

View File

@@ -14,18 +14,3 @@ server {
}
}
server {
listen *:80;
server_name nfs.mateu.be;
location / {
root /var/lib/transmission-daemon/downloads/;
# standard
autoindex on;
allow 10.233.212.64/27;
# dav
dav_methods off;
dav_ext_methods PROPFIND OPTIONS;
dav_access all:r;
}
}