tries to fix caddy
This commit is contained in:
parent
1de1567b85
commit
e7ee8957f8
1 changed files with 4 additions and 4 deletions
|
|
@ -133,20 +133,20 @@
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."media.home.lan".extraConfig = ''
|
||||
reverse_proxy localhost:8096
|
||||
reverse_proxy http://127.0.0.1:8096
|
||||
tls internal
|
||||
'';
|
||||
virtualHosts."stash.home.lan".extraConfig = ''
|
||||
reverse_proxy localhost:9069
|
||||
reverse_proxy http://127.0.0.1:9069
|
||||
tls internal
|
||||
'';
|
||||
virtualHosts."finance.home.lan".extraConfig = ''
|
||||
encode gzip zstd
|
||||
reverse_proxy localhost:9002
|
||||
reverse_proxy http://127.0.0.1:9002
|
||||
tls internal
|
||||
'';
|
||||
virtualHosts."photos.home.lan".extraConfig = ''
|
||||
reverse_proxy localhost:9003
|
||||
reverse_proxy http://127.0.0.1:9003
|
||||
tls internal
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue