Reenable nginx

This commit is contained in:
hodasemi 2025-05-21 09:38:01 +02:00
parent 8d7a30d4a8
commit e22caad1c0

View file

@ -29,17 +29,17 @@ in
}; };
services = { services = {
# nginx = { nginx = {
# enable = true; enable = true;
# virtualHosts.${srv.DOMAIN} = { virtualHosts.${srv.DOMAIN} = {
# forceSSL = true; forceSSL = true;
# enableACME = true; enableACME = true;
# extraConfig = '' extraConfig = ''
# client_max_body_size 512M; client_max_body_size 512M;
# ''; '';
# locations."/".proxyPass = "http://localhost:${toString srv.HTTP_PORT}"; locations."/".proxyPass = "http://localhost:${toString srv.HTTP_PORT}";
# }; };
# }; };
forgejo = { forgejo = {
enable = true; enable = true;