[NixOS] Remove port from gitea nginx
This commit is contained in:
@@ -24,7 +24,6 @@ makeEnable config "modules.gitea" false {
|
||||
forceSSL = true;
|
||||
listen = [{
|
||||
addr = "0.0.0.0";
|
||||
port = 3000;
|
||||
ssl = true;
|
||||
}];
|
||||
locations."/" = {
|
||||
|
Reference in New Issue
Block a user