forked from colonelpanic/dotfiles
[NixOS] Change virtualHosts name for nginx gitea to gitea
This commit is contained in:
parent
845c5495f6
commit
9d221f2bf4
@ -17,7 +17,7 @@ makeEnable config "modules.gitea" false {
|
|||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"1896Folsom.duckdns.org:3001" = {
|
"gitea" = {
|
||||||
serverName = "1896Folsom.duckdns.org";
|
serverName = "1896Folsom.duckdns.org";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
listen = [{
|
listen = [{
|
||||||
|
Loading…
Reference in New Issue
Block a user