Add torrent and fix issues

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2022-11-24 20:17:35 +01:00
parent 20d8f9efb7
commit a621691c65
5 changed files with 123 additions and 66 deletions

View File

@ -2,7 +2,7 @@ server {
listen 80;
listen [::]:80;
server_name bensuperpc.org www.bensuperpc.org;
server_name your_domain www.your_domain;
index index.php index.html index.htm;
@ -41,4 +41,4 @@ server {
expires max;
log_not_found off;
}
}
}