mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-13 14:09:26 +02:00
Add torrent and fix issues
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user