Use config from GTS docs.
This commit is contained in:
parent
6a5f28a561
commit
269e691ae1
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
caddy.virtualHosts."gts.thewordnerd.info".extraConfig = ''
|
caddy.virtualHosts."gts.thewordnerd.info".extraConfig = ''
|
||||||
reverse_proxy http://localhost:8081
|
reverse_proxy http://localhost:8081 {
|
||||||
|
flush_interval -1
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
environment.systemPackages = [ package ];
|
environment.systemPackages = [ package ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue