Formatting
This commit is contained in:
parent
68b3624329
commit
096cf148c9
1 changed files with 6 additions and 4 deletions
|
@ -75,11 +75,13 @@ in
|
|||
|
||||
nginx = {
|
||||
enable = true;
|
||||
virtualHosts."88.99.218.181" = {
|
||||
virtualHosts = {
|
||||
"88.99.218.181" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:28080";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue