make home.beta.rz.ens.wtf the nginx default
This commit is contained in:
parent
10a5cef823
commit
d0b0093ba6
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"home.beta.rz.ens.wtf" = {
|
"home.beta.rz.ens.wtf" = {
|
||||||
serverAliases = [ "beta.rz.ens.wtf" ];
|
serverAliases = [ "beta.rz.ens.wtf" ];
|
||||||
|
default = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/public-cof/home";
|
root = "/var/public-cof/home";
|
||||||
|
|
Loading…
Reference in a new issue