fix: takahe media
This commit is contained in:
parent
8bd867bc30
commit
aa0cfb46c8
3 changed files with 12 additions and 2 deletions
|
@ -10,4 +10,13 @@ server {
|
|||
|
||||
proxy_pass http://takahe:8000;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name takahemedia.ixvd.net;
|
||||
|
||||
location / {
|
||||
root /usr/share/takahe;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue