added mlflow
This commit is contained in:
parent
52569da057
commit
1da6dc34eb
1 changed files with 20 additions and 9 deletions
|
|
@ -17,12 +17,14 @@
|
|||
listenPort = 51820;
|
||||
privateKeyFile = "/keys/wg-private";
|
||||
peers = [
|
||||
{ # laptop
|
||||
{
|
||||
# laptop
|
||||
publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM=";
|
||||
allowedIPs = ["10.0.0.2/32"];
|
||||
}
|
||||
|
||||
{ # phone
|
||||
{
|
||||
# phone
|
||||
publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE=";
|
||||
allowedIPs = ["10.0.0.3/32"];
|
||||
}
|
||||
|
|
@ -179,13 +181,22 @@
|
|||
};
|
||||
};
|
||||
|
||||
"hom.dhilton.xyz" = {
|
||||
"mlf.dhilton.xyz" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8002";
|
||||
proxyPass = "http://127.0.0.1:5002";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
client_max_body_size 4G;
|
||||
proxy_request_buffering off;
|
||||
proxy_buffering off;
|
||||
proxy_connect_timeout 600s;
|
||||
proxy_send_timeout 600s;
|
||||
proxy_read_timeout 600s;
|
||||
send_timeout 600s;
|
||||
'';
|
||||
};
|
||||
|
||||
"srx.dhilton.xyz" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue