initial commit

This commit is contained in:
Sergei Poljanski 2023-08-02 19:42:42 +00:00
commit 7977d297ac
28 changed files with 21761 additions and 0 deletions

View 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
}