Add audiobookshelf domain
This commit is contained in:
parent
1d1674978e
commit
fec24c3d67
|
@ -252,6 +252,17 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
"audiobookshelf.mccarty.io" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.121.150.78:13378";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# Now we can configure ACME so we can get a star cert
|
||||
|
|
Loading…
Reference in New Issue