Adding minish.link
This commit is contained in:
parent
6036ca99b2
commit
1db440bd1d
3 changed files with 21 additions and 5 deletions
|
|
@ -12,10 +12,26 @@
|
|||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts = {
|
||||
"lyes.eu" = {
|
||||
"minish.link" = {
|
||||
serverAliases = [
|
||||
"www.minish.link"
|
||||
"minish.fr"
|
||||
"www.minish.fr"
|
||||
];
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
root = "/var/data/www/minish.link/";
|
||||
};
|
||||
extraConfig = ''
|
||||
error_page 404 /404.html;
|
||||
'';
|
||||
};
|
||||
"lyes.eu" = {
|
||||
serverAliases = [ "www.lyes.eu" ];
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
root = "/var/data/www/lyes.eu/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue