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