You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
935 B
54 lines
935 B
{
|
|
auto_https off
|
|
}
|
|
|
|
http://lanhost.top, http://nas.lanhost.top, http://www.lanhost.top {
|
|
root * /srv/http/www
|
|
file_server {
|
|
index lanhost.html
|
|
}
|
|
}
|
|
|
|
http://nas.sigkill.top {
|
|
root * /srv/http/www
|
|
file_server {
|
|
index sigkill.html
|
|
}
|
|
}
|
|
|
|
http://ad.lanhost.top {
|
|
reverse_proxy http://adguard
|
|
reverse_proxy /admin http://adguard:3000
|
|
}
|
|
|
|
http://admin.lanhost.top {
|
|
reverse_proxy http://portainer:9000
|
|
}
|
|
|
|
http://aria2.lanhost.top, http://aria2.sigkill.top {
|
|
root * /srv/http/aria2
|
|
file_server {
|
|
index index.html
|
|
}
|
|
reverse_proxy /public http://aria2-public:6800 {
|
|
rewrite /jsonrpc
|
|
}
|
|
reverse_proxy /tmp http://aria2-tmp:6800 {
|
|
rewrite /jsonrpc
|
|
}
|
|
}
|
|
|
|
http://motd.lanhost.top, http://motd.sigkill.top {
|
|
root * /srv/http/motd
|
|
file_server / {
|
|
index index
|
|
}
|
|
}
|
|
|
|
http://files.lanhost.top {
|
|
reverse_proxy http://files
|
|
}
|
|
|
|
http://media.lanhost.top {
|
|
reverse_proxy http://172.16.10.1:8096
|
|
}
|
|
|