initial commit
This commit is contained in:
commit
7977d297ac
28 changed files with 21761 additions and 0 deletions
11
sites-available/upload.asxp.io
Normal file
11
sites-available/upload.asxp.io
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
server_name upload.asxp.io;
|
||||
|
||||
location /content {
|
||||
root /var/telegabber/content/.. ;
|
||||
}
|
||||
ssl_certificate /etc/letsencrypt/live/asxp.io/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/asxp.io/privkey.pem; # managed by Certbot
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue