download.binaergewitter.de: remove wrong subdomain for nginx
This commit is contained in:
parent
545348a0b5
commit
37036ddfaa
|
@ -73,18 +73,6 @@ in {
|
|||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
||||
# using letsencrypt certificate without cloudflare
|
||||
virtualHosts."podcast.savar.de" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
serverAliases = [ "binaergewitter.jit.computer" ];
|
||||
root = "/var/www/binaergewitter";
|
||||
extraConfig = ''
|
||||
access_log ${bgtaccess} combined;
|
||||
error_log ${bgterror} error;
|
||||
autoindex on;
|
||||
'';
|
||||
};
|
||||
virtualHosts."download.binaergewitter.de" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue