[NixOS] Remove port from gitea nginx

This commit is contained in:
Ivan Malison 2023-11-16 02:03:56 -07:00
parent 7e651ec58c
commit d26393fae0

View File

@ -24,7 +24,6 @@ makeEnable config "modules.gitea" false {
forceSSL = true; forceSSL = true;
listen = [{ listen = [{
addr = "0.0.0.0"; addr = "0.0.0.0";
port = 3000;
ssl = true; ssl = true;
}]; }];
locations."/" = { locations."/" = {