web: Serve on failco.de and www.failco.de
This commit is contained in:
parent
f8f2d0b73f
commit
bed14bd5e0
1 changed files with 2 additions and 1 deletions
|
|
@ -131,10 +131,11 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"www.failco.de" = {
|
"failco.de" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/blog";
|
root = "/var/www/blog";
|
||||||
|
serverAliases = [ "www.failco.de" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue