[NixOS] Try to forceSSL
This commit is contained in:
parent
9d221f2bf4
commit
d69bf463cc
@ -20,12 +20,12 @@ makeEnable config "modules.gitea" false {
|
||||
"gitea" = {
|
||||
serverName = "1896Folsom.duckdns.org";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
listen = [{
|
||||
addr = "0.0.0.0";
|
||||
port = 3001;
|
||||
ssl = true;
|
||||
}];
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user