[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;
listen = [{
addr = "0.0.0.0";
port = 3000;
ssl = true;
}];
locations."/" = {