Add music vhost
This commit is contained in:
parent
5c3141a757
commit
b3cd562b98
1 changed files with 8 additions and 8 deletions
|
@ -164,6 +164,14 @@ in {
|
|||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
"music.le43.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.125:9180";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
"play.le43.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
@ -171,14 +179,6 @@ in {
|
|||
proxyPass = "http://192.168.1.42:8096";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
locations."/metrics" = {
|
||||
proxyPass = "http://192.168.1.42:8096/metrics";
|
||||
recommendedProxySettings = true;
|
||||
extraConfig = ''
|
||||
allow 192.168.1.0/24;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
"requests.le43.eu" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue