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;
|
forceSSL = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
port = 3000;
|
|
||||||
ssl = true;
|
ssl = true;
|
||||||
}];
|
}];
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user