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