[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;
|
||||
virtualHosts = {
|
||||
"1896Folsom.duckdns.org:3001" = {
|
||||
serverName = "1896Folsom.duckdns.org";
|
||||
enableACME = true;
|
||||
listen = [{
|
||||
addr = "0.0.0.0";
|
||||
|
Loading…
Reference in New Issue
Block a user