feat: add service blob.vlw.se
This commit is contained in:
parent
4f984d805f
commit
da68dfb07f
1 changed files with 21 additions and 0 deletions
21
sites-available/blob.conf
Normal file
21
sites-available/blob.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
|
||||||
|
server_name blob.vlw.se;
|
||||||
|
|
||||||
|
return 308 https://blob.vlw.se$request_uri;
|
||||||
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
|
||||||
|
server_name blob.vlw.se;
|
||||||
|
|
||||||
|
include snippets/vlw.se-ssl;
|
||||||
|
|
||||||
|
root /mnt/misc/blobs;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri =404;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue