changes virtual hosts
This commit is contained in:
parent
a51a84d7cf
commit
1de1567b85
1 changed files with 4 additions and 4 deletions
|
|
@ -132,20 +132,20 @@
|
||||||
# Caddy
|
# Caddy
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."media.lan".extraConfig = ''
|
virtualHosts."media.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:8096
|
reverse_proxy localhost:8096
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."stash.lan".extraConfig = ''
|
virtualHosts."stash.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:9069
|
reverse_proxy localhost:9069
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."finance.lan".extraConfig = ''
|
virtualHosts."finance.home.lan".extraConfig = ''
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
reverse_proxy localhost:9002
|
reverse_proxy localhost:9002
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."photos.lan".extraConfig = ''
|
virtualHosts."photos.home.lan".extraConfig = ''
|
||||||
reverse_proxy localhost:9003
|
reverse_proxy localhost:9003
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue