[NixOS] Disable vaultwarden nginx to try to git gitea working

This commit is contained in:
Ivan Malison 2023-11-16 02:21:04 -07:00
parent 6bf371efdd
commit 3967497c17

View File

@ -40,21 +40,21 @@ in
defaults.email = "IvanMalison@gmail.com"; defaults.email = "IvanMalison@gmail.com";
}; };
services.nginx = { # services.nginx = {
enable = true; # enable = true;
recommendedProxySettings = true; # recommendedProxySettings = true;
recommendedGzipSettings = true; # recommendedGzipSettings = true;
recommendedTlsSettings = true; # recommendedTlsSettings = true;
virtualHosts = { # virtualHosts = {
"vaultwarden.railbird.ai" = { # "vaultwarden.railbird.ai" = {
enableACME = true; # enableACME = true;
forceSSL = true; # forceSSL = true;
locations."/" = { # locations."/" = {
proxyPass = "http://[::1]:8222"; # proxyPass = "http://[::1]:8222";
}; # };
}; # };
}; # };
}; # };
services.plex = { services.plex = {
enable = true; enable = true;