X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;h=95a8a41a8f174b008b531b986ae0483d78f6320b;hb=120bcf4d3927f4a0d07513bc54ea5b5fb9b7d809;hp=8b4998f39c42df7de04fed3539e33cce495433cb;hpb=97f5a24bc8839328571b23eb5f910de206ddbe1f;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix index 8b4998f..95a8a41 100644 --- a/modules/private/websites/immae/production.nix +++ b/modules/private/websites/immae/production.nix @@ -12,6 +12,7 @@ in { options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website"; config = lib.mkIf cfg.enable { + myServices.chatonsProperties.enable = true; services.webstats.sites = [ { name = "www.immae.eu"; } ]; services.websites.env.production.vhostConfs.immae_production = { @@ -44,13 +45,6 @@ in { Require all granted - Alias /.well-known/chatonsinfos ${./chatons} - - Options Indexes FollowSymLinks MultiViews Includes - AllowOverride None - Require all granted - - Alias /.well-known/matrix ${./matrix} Options Indexes FollowSymLinks MultiViews Includes @@ -75,8 +69,9 @@ in { Require all granted - Alias /eurl ${./eurl} - + Alias /eurl ${./sarl} + Alias /eurl ${./sarl} + DirectoryIndex index.htm index.html Options Indexes FollowSymLinks MultiViews Includes AllowOverride None