forked from colonelpanic/dotfiles
[NixOS] Another attempt at fixing gitea
This commit is contained in:
parent
9d06f8ebc5
commit
9ef921556e
@ -20,8 +20,8 @@ makeEnable config "modules.gitea" false {
|
|||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"gitea" = {
|
"gitea" = {
|
||||||
serverName = "1896Folsom.duckdns.org";
|
serverName = "1896Folsom.duckdns.org";
|
||||||
enableACME = true;
|
# enableACME = true;
|
||||||
forceSSL = true;
|
# forceSSL = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
port = 3000;
|
port = 3000;
|
||||||
|
Loading…
Reference in New Issue
Block a user