ma nginx-config: forceSSL implies enableSSL

This commit is contained in:
makefu 2017-09-06 11:32:10 +02:00
parent 4399e8ee64
commit b8434d3099
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
7 changed files with 0 additions and 7 deletions

View File

@ -36,7 +36,6 @@ in {
"${ext-dom}" = {
nginx = {
enableSSL = true;
forceSSL = true;
enableACME = true;
};

View File

@ -16,7 +16,6 @@ in {
services.nginx = {
enable = mkDefault true;
virtualHosts."boot.euer.krebsco.de" = {
enableSSL = true;
forceSSL = true;
enableACME = true;
locations."/" = {

View File

@ -28,7 +28,6 @@ in {
];
};
anonymous = {
enableSSL = true;
forceSSL = true;
enableACME = true;
};

View File

@ -21,7 +21,6 @@ let
services.nginx.virtualHosts."${domain}" = {
forceSSL = true;
enableACME = true;
enableSSL = true;
serverAliases = domains;
extraConfig = ''

View File

@ -33,7 +33,6 @@ in {
virtualHosts = {
"euer.krebsco.de" = {
#serverAliases = [ "blog.euer.krebsco.de" "blog.${hostname}" ];
enableSSL = true;
enableACME = true;
forceSSL = true;
root = base-dir;

View File

@ -79,7 +79,6 @@ in {
# "wiki.makefu.retiolum"
# "wiki.makefu"
#];
enableSSL = true;
forceSSL = true;
enableACME = true;
# recommendedGzipSettings = true;

View File

@ -10,7 +10,6 @@ with import <stockholm/lib>;
root = config.makefu.dl-dir;
extraConfig = "autoindex on;";
forceSSL = true;
enableSSL = true;
enableACME = true;
basicAuth = import <secrets/dl.euer.krebsco.de-auth.nix>;
};