[NixOS] Explicitly set servername for nginx gitea
This commit is contained in:
parent
85a61fddc6
commit
845c5495f6
@ -18,6 +18,7 @@ makeEnable config "modules.gitea" false {
|
|||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"1896Folsom.duckdns.org:3001" = {
|
"1896Folsom.duckdns.org:3001" = {
|
||||||
|
serverName = "1896Folsom.duckdns.org";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "0.0.0.0";
|
addr = "0.0.0.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user