Update homelab service URLs
This commit is contained in:
parent
22473ca2ab
commit
b04abfd33b
7 changed files with 12 additions and 13 deletions
|
@ -12,14 +12,14 @@ in
|
|||
services.audiobookshelf = {
|
||||
enable = true;
|
||||
|
||||
host = "audiobookshelf.davies.home";
|
||||
host = "audiobookshelf.oliverdavies.uk";
|
||||
port = 4001;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts."audiobookshelf.davies.home" = {
|
||||
virtualHosts."audiobookshelf.oliverdavies.uk" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.audiobookshelf.port}/";
|
||||
proxyWebsockets = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue