ma nginx: less alternative hostnames

This commit is contained in:
makefu 2018-09-17 00:48:02 +02:00
parent 2807623ab6
commit 767109e6ae
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -3,7 +3,7 @@
services.nginx = {
enable = lib.mkDefault true;
virtualHosts."misa-felix-hochzeit.ml" = {
serverAliases = [ "www.misa-felix-hochzeit.ml" "misa-felix.ml" "www.misa-felix.ml" ];
serverAliases = [ "misa-felix.ml" "www.misa-felix.ml" ];
forceSSL = true;
enableACME = true;
locations = {