Looks nice now

This commit is contained in:
Sergei Poljanski 2023-08-03 00:00:27 +03:00
commit c930c040af
11 changed files with 97 additions and 189 deletions

View file

@ -1,11 +0,0 @@
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
}