Still cleaning...
This commit is contained in:
parent
c16aef424a
commit
1e755c7f9e
3 changed files with 13 additions and 87 deletions
|
|
@ -1,11 +1,12 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
server_name upload.asxp.io;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name upload.asxp.io www.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
|
||||
location /content {
|
||||
root /var/telegabber/content/.. ;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/asxp.io/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/asxp.io/privkey.pem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue