Comment ip nginx setting
This commit is contained in:
parent
d09a8ec04f
commit
2775954be3
1 changed files with 10 additions and 10 deletions
|
@ -73,15 +73,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx = {
|
# nginx = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
virtualHosts = {
|
# virtualHosts = {
|
||||||
"88.99.218.181" = {
|
# "88.99.218.181" = {
|
||||||
forceSSL = true;
|
# forceSSL = true;
|
||||||
enableACME = true;
|
# enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:28080";
|
# locations."/".proxyPass = "http://localhost:28080";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue