mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 06:43:57 +01:00
wrong position
This commit is contained in:
parent
6ef0aeba17
commit
4d80d77704
|
@ -12,14 +12,13 @@
|
||||||
virtualHosts.":4001".extraConfig = ''
|
virtualHosts.":4001".extraConfig = ''
|
||||||
reverse_proxy :4000
|
reverse_proxy :4000
|
||||||
'';
|
'';
|
||||||
|
virtualHosts.":8009".extraConfig = ''
|
||||||
|
reverse_proxy :8008
|
||||||
|
'';
|
||||||
|
|
||||||
|
virtualHosts.":8449".extraConfig = ''
|
||||||
|
reverse_proxy :8448
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts.":8009".extraConfig = ''
|
|
||||||
reverse_proxy :8008
|
|
||||||
'';
|
|
||||||
|
|
||||||
virtualHosts.":8449".extraConfig = ''
|
|
||||||
reverse_proxy :8448
|
|
||||||
'';
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue