fix: takahe media

This commit is contained in:
Strix 2023-11-25 00:41:02 +01:00
parent 8bd867bc30
commit aa0cfb46c8
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
3 changed files with 12 additions and 2 deletions

View file

@ -10,4 +10,13 @@ server {
proxy_pass http://takahe:8000;
}
}
server {
listen 80;
server_name takahemedia.ixvd.net;
location / {
root /usr/share/takahe;
}
}