Add a vhosts to nginx server
This commit is contained in:
parent
d039cc3131
commit
1a25b198ef
1 changed files with 9 additions and 0 deletions
|
@ -146,6 +146,15 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"actual.le43.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.125:5006";
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue