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 = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."media.home.lan".extraConfig = ''
|
virtualHosts."media.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:8096
|
reverse_proxy http://127.0.0.1:8096
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."stash.home.lan".extraConfig = ''
|
virtualHosts."stash.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:9069
|
reverse_proxy http://127.0.0.1:9069
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."finance.home.lan".extraConfig = ''
|
virtualHosts."finance.home.lan".extraConfig = ''
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
reverse_proxy localhost:9002
|
reverse_proxy http://127.0.0.1:9002
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."photos.home.lan".extraConfig = ''
|
virtualHosts."photos.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:9003
|
reverse_proxy http://127.0.0.1:9003
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue