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 = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"88.99.218.181" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:28080";
|
||||
};
|
||||
};
|
||||
};
|
||||
# nginx = {
|
||||
# enable = true;
|
||||
# virtualHosts = {
|
||||
# "88.99.218.181" = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
# locations."/".proxyPass = "http://localhost:28080";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue