nginx: remove useless enableACME options

This commit is contained in:
Rouven Seifert 2024-03-25 19:09:28 +01:00
parent 4fcf655dc4
commit 00a670cbf5
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 0 additions and 19 deletions

View file

@ -39,8 +39,6 @@
};
};
nginx.virtualHosts."rspamd.${config.networking.domain}" = {
enableACME = true;
forceSSL = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:11334";

View file

@ -52,8 +52,6 @@
recommendedGzipSettings = true;
recommendedOptimisation = true;
virtualHosts."${config.networking.domain}" = {
enableACME = true;
forceSSL = true;
root = "/srv/web/${config.networking.domain}";
locations = {
"/.well-known/matrix/client".extraConfig = mkWellKnown clientConfig;

View file

@ -25,8 +25,6 @@ in
};
services.nginx.virtualHosts = {
"${domain}" = {
enableACME = true;
forceSSL = true;
locations."/invite".return = "301 https://discord.com/api/oauth2/authorize?client_id=831052837353816066&permissions=262144&scope=bot%20applications.commands";
locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.trucksimulatorbot.listenPort}";